summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-02-15 18:45:31 +0100
committerPatrick Spek <p.spek@tyil.nl>2022-02-15 18:45:31 +0100
commit74e870377abc186568404dd68e91c087c940f576 (patch)
tree2e7eff2b1ca0729659e65e639b04b75613813d18 /assets
parent5ffc6bd411065c53b963c8109692289b981ba244 (diff)
Update anchor colors for better readability
Diffstat (limited to 'assets')
-rw-r--r--assets/theme/main.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/theme/main.scss b/assets/theme/main.scss
index d0c203d..0886678 100644
--- a/assets/theme/main.scss
+++ b/assets/theme/main.scss
@@ -12,7 +12,7 @@ $mainWidth: 900px;
--bodyBackgroundColor: #d7d5d1;
--bodyForegroundColor: #2a2e2f;
--codeBackgroundColor: #f8f8f8;
- --linkForegroundColor: #07a;
+ --linkForegroundColor: #1c4253;
}
}
@@ -22,7 +22,7 @@ $mainWidth: 900px;
--bodyBackgroundColor: #131516;
--bodyForegroundColor: #bcb7ae;
--codeBackgroundColor: #272822;
- --linkForegroundColor: #07a;
+ --linkForegroundColor: #00b3ff;
}
}