mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
15 lines
162 B
CSS
15 lines
162 B
CSS
#zen-mode-button {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.zen-mode {
|
|
position: relative;
|
|
}
|
|
|
|
body.zen-mode-enable {
|
|
#bmc-wbtn,
|
|
.author {
|
|
display: none !important;
|
|
}
|
|
}
|