fix: harden dark background — html + body + .post all set to var(--c-bg)
This commit is contained in:
+10
@@ -39,6 +39,8 @@
|
||||
|
||||
*, *::before, *::after { box-sizing: border-box; }
|
||||
|
||||
html { background: var(--c-bg); }
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
@@ -50,6 +52,14 @@
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
.blog-header {
|
||||
background: var(--c-bg);
|
||||
}
|
||||
|
||||
.blog-list {
|
||||
background: var(--c-bg);
|
||||
}
|
||||
|
||||
/* ── Section label kicker ── */
|
||||
.section-label {
|
||||
display: inline-block;
|
||||
|
||||
|
Before
After
|
Reference in New Issue
Block a user