diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/site.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/site.css b/css/site.css index 456ca67..b97e5b5 100644 --- a/css/site.css +++ b/css/site.css @@ -105,6 +105,10 @@ a:hover.title { padding:5px; } +.post_hidden{ + display: none; +} + .post_prose { text-align: justify; background: rgba(255, 255, 255, 0.5); |