aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
Diffstat (limited to 'styles')
-rw-r--r--styles/code.css2
-rw-r--r--styles/colors.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/styles/code.css b/styles/code.css
index b78dde2..f43381d 100644
--- a/styles/code.css
+++ b/styles/code.css
@@ -43,7 +43,7 @@ pre {
.prismjs .token.comment {
color: var(--oxford-blue);
- opacity: .4;
+ opacity: .5;
}
}
diff --git a/styles/colors.css b/styles/colors.css
index f1978f4..3cb13d5 100644
--- a/styles/colors.css
+++ b/styles/colors.css
@@ -16,7 +16,7 @@
@media (prefers-color-scheme: light) {
:root {
- --heliotrope-gray: #c9c9dd;
+ --heliotrope-gray: #dbdbe6;
--purple-navy: #989abb;
--fire-opal: #ba3321;