Design: Deeper colors

This commit is contained in:
2024-05-16 19:17:29 +03:00
parent 33c7c30de3
commit 4370a8322e
+3 -3
View File
@@ -1,7 +1,7 @@
:root {
font-size: 16px;
--background: #111118;
--background: #09090e;
--accent-gray: #b182a3;
@@ -13,8 +13,8 @@
--white: #ffffff;
--white-dim: #afbcc2;
--gray: #1d1d28;
--gray-dim: #12121b;
--gray: #181822;
--gray-dim: #0d0d14;
}
body {