mirror of https://github.com/lxndrblz/anatole.git

itsjoeoui
14.11.2020 9340ef9017006cfc209aec28dbfda0e2d22d2540
Improve dark mode theming

The original gray colour seems too bright in the dark mode. Therefore, switch it to a darker colour.
1 files modified
4 ■■■■ changed files
assets/css/style.css 4 ●●●● patch | view | raw | blame | history
assets/css/style.css
@@ -17,7 +17,7 @@
html[data-theme='dark'] {
  --bg-color: #292a2d;
  --secondary-bg-color: rgb(119, 119, 122);
  --secondary-bg-color: #2c2d32;
  --heading-color: rgb(169, 169, 179);
  --body-color: rgb(169, 169, 179);
  --post-color: rgba(0, 0, 0, 0.44);
@@ -970,4 +970,4 @@
  cursor: pointer;
  cursor: zoom-out;
  will-change: transform;
}
}