summaryrefslogtreecommitdiff
path: root/css/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/main.scss')
-rw-r--r--css/main.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/css/main.scss b/css/main.scss
index 6f4025d..8e5960f 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -2,6 +2,7 @@
$monospaceFont: "Fira Mono", "monospace";
+$contentWidth: 72rem;
$separatorWidth: 0.25rem;
:root {
@@ -16,8 +17,8 @@ $separatorWidth: 0.25rem;
}
body {
- --backgroundColour: oklch( 20% 0.014800 253.71);
- --foregroundColour: oklch( 25% 0.014800 253.71);
+ --backgroundColour: oklch( 20% 0.029600 253.71);
+ --foregroundColour: oklch( 25% 0.029600 253.71);
--textColour: oklch(100% 0 0);
background-color: var(--backgroundColour);