summaryrefslogtreecommitdiff
path: root/css/root.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/root.css')
-rw-r--r--css/root.css23
1 files changed, 13 insertions, 10 deletions
diff --git a/css/root.css b/css/root.css
index 4ff2826..258c4ea 100644
--- a/css/root.css
+++ b/css/root.css
@@ -1,14 +1,17 @@
:root {
- --black: #2E2E2E;
- --white: #FCF9F9;
- --red: #A6192E; /* 187 C */
- --yellow:#FFA400; /* 137 C */
- --green: #00965E; /* 340 C */
- --blue: #006BA6; /* 307 C */
+ --black: #202020;
+ --darkgrey: #2B2B2B;
+ --lightgrey:#EAEAEA;
+ --white: #F4F4F4;
+ --red: #A50034; /* 207 C */
+ --yellow: #FFA400; /* 137 C */
+ --green: #00965E; /* 340 C */
+ --blue: #006BA6; /* 307 C */
- --backgroundColour:var(--black);
- --foregroundColour:var(--white);
- --colour: var(--red);
+ --backgroundColour0:var(--black);
+ --backgroundColour1:var(--darkgrey);
+ --foregroundColour: var(--white);
+ --colour: var(--red);
--minimumPageWidth:12rem;
--maximumPageWidth:52rem;
@@ -23,6 +26,6 @@
}
body {
- background-color:var(--backgroundColour);
+ background-color:var(--backgroundColour0);
color: var(--foregroundColour);
}