summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-09-20 16:57:52 -0700
committerFuwn <[email protected]>2023-09-20 16:57:52 -0700
commit973c6a02a6bcbeb21034e3c11890f85a04e179b0 (patch)
treea54297505c640a94ca774b4b6de17bfcfa9cc8c3
parentfix(html): link to anilist home (diff)
downloadstartpage-973c6a02a6bcbeb21034e3c11890f85a04e179b0.tar.xz
startpage-973c6a02a6bcbeb21034e3c11890f85a04e179b0.zip
feat(css): update to wal
-rw-r--r--css/colors.css40
-rw-r--r--css/index.css2
2 files changed, 21 insertions, 21 deletions
diff --git a/css/colors.css b/css/colors.css
index f6ebb4d..01ac122 100644
--- a/css/colors.css
+++ b/css/colors.css
@@ -1,28 +1,28 @@
/* CSS variables
Generated by 'wal' */
:root {
- --wallpaper: url("/home/fuwn/Downloads/ol0svyx4zgqa1.jpg");
+ --wallpaper: url("/home/fuwn/Pictures/Wallpapers/Git/dharmx/walls/manga/uwp3056667.jpeg");
/* Special */
- --background: #1b1219;
- --foreground: #cfc6db;
- --cursor: #cfc6db;
+ --background: #000000;
+ --foreground: #f4f4f4;
+ --cursor: #f4f4f4;
/* Colors */
- --color0: #1b1219;
- --color1: #6D5697;
- --color2: #986B97;
- --color3: #BF7C91;
- --color4: #8D6EAD;
- --color5: #BE9484;
- --color6: #A386B6;
- --color7: #cfc6db;
- --color8: #908a99;
- --color9: #6D5697;
- --color10: #986B97;
- --color11: #BF7C91;
- --color12: #8D6EAD;
- --color13: #BE9484;
- --color14: #A386B6;
- --color15: #cfc6db;
+ --color0: #000000;
+ --color1: #868686;
+ --color2: #959595;
+ --color3: #B1B1B1;
+ --color4: #D0D0D0;
+ --color5: #E8E8E8;
+ --color6: #F4F4F4;
+ --color7: #f4f4f4;
+ --color8: #aaaaaa;
+ --color9: #868686;
+ --color10: #959595;
+ --color11: #B1B1B1;
+ --color12: #D0D0D0;
+ --color13: #E8E8E8;
+ --color14: #F4F4F4;
+ --color15: #f4f4f4;
}
diff --git a/css/index.css b/css/index.css
index 8ad7830..38905c5 100644
--- a/css/index.css
+++ b/css/index.css
@@ -65,6 +65,6 @@ img {
}
a {
- color: var(--color2);
+ color: var(--foreground);
text-decoration: none;
}