aboutsummaryrefslogtreecommitdiff
path: root/src/assets
diff options
context:
space:
mode:
authorcurly <curlybryce@protonmail.com>2023-01-11 12:12:29 -0700
committercurly <curlybryce@protonmail.com>2023-01-11 12:12:29 -0700
commit410f8beb0edc09166be08ec7090842132d3abdec (patch)
tree426ca6727d232c93d2261191f84521b816c98e02 /src/assets
parent4bd45d754821448b37c206544cbbfddf04360988 (diff)
downloadinfernal.garden-410f8beb0edc09166be08ec7090842132d3abdec.tar.gz
infernal.garden-410f8beb0edc09166be08ec7090842132d3abdec.tar.bz2
infernal.garden-410f8beb0edc09166be08ec7090842132d3abdec.zip
refactor colors, added pages
Diffstat (limited to 'src/assets')
-rw-r--r--src/assets/css/main.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/assets/css/main.css b/src/assets/css/main.css
index a224932..69aa92e 100644
--- a/src/assets/css/main.css
+++ b/src/assets/css/main.css
@@ -8,19 +8,19 @@ html, body {
:root {
- --primary: 238, 238, 238;
- --secondary: 187, 187, 187;
- --tertiary: 153, 153, 153;
- --text-primary: #222;
+ --primary: 252, 237, 237;
+ --secondary: 204, 173, 175;
+ --tertiary: 153, 125, 127;
+ --text-primary: #533;
--text-secondary: #888;
}
@media (prefers-color-scheme: dark) {
:root {
- --primary: 34, 34, 34;
- --secondary: 51, 51, 51;
- --tertiary: 68, 68, 68;
- --text-primary: #ddd;
- --text-secondary: #999;
+ --primary: 71, 15, 23;
+ --secondary: 53, 12, 18;
+ --tertiary: 36, 9, 14;
+ --text-primary: #cdd;
+ --text-secondary: #899;
}
:link {