Change dark mode background to dark grey

master
Tanner Collin 7 months ago
parent 35a2fc5e69
commit 69bee26ff4
  1. 2
      themes/theme/templates/base.html
  2. 6
      themes/theme/templates/style.css

@ -22,7 +22,7 @@
<div class="logo">
<a href="/" aria-label="Return home">
<svg version="1.1" viewBox="0 0 212.2 121.18" xmlns="http://www.w3.org/2000/svg">
<rect width="212.2" height="121.18" stroke-width=".265"/>
<rect width="212.2" height="121.18" stroke-width=".265" style="fill:#1a1a1a" />
<g transform="matrix(.54303 0 0 .54303 -10.488 -292.52)" fill="#fff" style="shape-inside:url(#rect913);white-space:pre">
<path d="m50.641 570.31v11.859h15.589v5.333h-15.589v22.675q0 4.6244 1.7528 6.4518 1.7528 1.8274 6.1162 1.8274h7.7198v5.4822h-8.3911q-7.7198 0-10.89-3.0954-3.17-3.0954-3.17-10.666v-22.675h-11.151v-5.333h11.151v-11.859z"/>
<path d="m99.906 602.95h-2.2749q-6.0043 0-9.0624 2.1258-3.0208 2.0884-3.0208 6.2654 0 3.7667 2.2749 5.8551t6.3027 2.0884q5.6687 0 8.9132-3.9158 3.2446-3.9531 3.2818-10.89v-1.529zm13.314-2.8343v23.831h-6.8994v-6.1908q-2.2003 3.7294-5.5568 5.5195-3.3192 1.7528-8.0928 1.7528-6.3772 0-10.181-3.5802-3.804-3.6175-3.804-9.6591 0-6.9739 4.6617-10.591 4.699-3.6175 13.761-3.6175h9.2116v-1.0815q-0.0373-4.9974-2.536-7.235-2.4987-2.2749-7.9809-2.2749-3.5056 0-7.0858 1.0069-3.5802 1.0069-6.9739 2.9462v-6.8621q3.804-1.4545 7.2723-2.163 3.5056-0.74588 6.7875-0.74588 5.1838 0 8.8386 1.529 3.6921 1.529 5.967 4.5871 1.4172 1.8647 2.0139 4.6244 0.5967 2.7224 0.5967 8.2046z"/>

@ -178,7 +178,7 @@
@media (prefers-color-scheme: dark) {
body {
background-color: #000;
background-color: #1a1a1a;
color: #fff;
}
@ -215,8 +215,4 @@
.content img {
filter: brightness(75%);
}
.contact-icons img {
filter: invert(1);
}
}

Loading…
Cancel
Save