diff options
Diffstat (limited to 'assets/css/main.css')
-rw-r--r-- | assets/css/main.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/assets/css/main.css b/assets/css/main.css index 67b01ec..c4cf588 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,9 +1,9 @@ -body { +/* body { background-image: url('/img/bg.png'); } .navbar { background-image: url('/img/bgd.png') !important; -} +} */ .posts-container { max-width:760px; } @@ -29,7 +29,7 @@ body { display:block; margin-top:-.5rem; margin-bottom:1rem; - color:#767676; + /* color:#767676; */ } .post a { word-break:break-word @@ -235,6 +235,10 @@ h1.post-title a { color: #000; } +.post h1[id] { + display: none; +} + .sidebar { padding-bottom: 4rem; } |