diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2025-01-26 12:54:23 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2025-01-26 12:54:23 +0300 |
commit | 940ee6887e63135ac20a21eacd5515743444ad1a (patch) | |
tree | 182d782f355d8d9465040c91dcf2f96822521bdd /assets/css/main.css | |
parent | 8968a6bde9d3dd8ac11cacbd3615d063c0676a9b (diff) |
Auto-commit 2025-01-26
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; } |