diff options
Diffstat (limited to 'cl-theme/static/css/style.css')
-rw-r--r-- | cl-theme/static/css/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cl-theme/static/css/style.css b/cl-theme/static/css/style.css index 2769a13..f300ff2 100644 --- a/cl-theme/static/css/style.css +++ b/cl-theme/static/css/style.css @@ -2,7 +2,7 @@ * bulma css framework (github.com/jgthms | bulma.io) * Author: jeremy thomas * Author: jesus e. - * Version: 1.0.5 + * Version: 1.0.5a * Licensed under MIT (https://github.com/jgthms/bulma/blob/master/LICENSE) */ /* basic formatting changes (mostly to cater for darker colours) */ @@ -529,6 +529,10 @@ h2 > a:hover { box-shadow: 0 1px 3px rgba(10, 10, 10, 0.1); } +.warning-sp { + display: none; +} + .comments-content { background-color: #161c1c; padding-bottom: 10px; |