From 940ee6887e63135ac20a21eacd5515743444ad1a Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Sun, 26 Jan 2025 12:54:23 +0300 Subject: Auto-commit 2025-01-26 --- assets/css/main.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'assets/css/main.css') 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; } -- cgit v1.2.3