summaryrefslogtreecommitdiff
path: root/themes/blowfish/assets/css/components/zen-mode.css
blob: bf0c31cb27e65968192831d8b85f4c93959ee262 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#zen-mode-button {
    cursor:pointer
}

.zen-mode {
    position: relative;
}

body.zen-mode-enable {
    #bmc-wbtn, .author {
        display:none !important;
    }
}