mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 22:45:42 -06:00
16 lines
172 B
CSS
16 lines
172 B
CSS
#zen-mode-button {
|
|
cursor:pointer
|
|
}
|
|
|
|
.zen-mode {
|
|
position: relative;
|
|
}
|
|
|
|
body.zen-mode-enable {
|
|
#bmc-wbtn, .author {
|
|
display:none !important;
|
|
}
|
|
}
|
|
|
|
|
|
|