aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css21
1 files changed, 9 insertions, 12 deletions
diff --git a/style.css b/style.css
index d1364b3..88ac778 100644
--- a/style.css
+++ b/style.css
@@ -1,12 +1,12 @@
:root {
- --color-bg: #282828;
- --color-fg: #EADBB2;
- --color-link: #8F9191;
- --color-link-visited: #668F8B;
- --color-link-hover: #FA7921 ;
+ --color-bg: #20291d;
+ --color-fg: #6a889a;
+ --color-link: #cbae86;
+ --color-link-hover: #5c706f;
}
-html, body {
+html,
+body {
background: var(--color-bg);
color: var(--color-fg);
font-family: "Fira Code";
@@ -80,15 +80,12 @@ li {
padding: 5px
}
-a:link {
+a:link,
+a:visited {
text-decoration: none;
color: var(--color-link);
}
-a:visited {
- color: var(--color-link-visited);
-}
-
a:hover {
color: var(--color-link-hover);
}
@@ -110,4 +107,4 @@ a:hover {
100% {
opacity: 1;
}
-}
+} \ No newline at end of file