summaryrefslogtreecommitdiff
path: root/public/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css18
1 files changed, 7 insertions, 11 deletions
diff --git a/public/style.css b/public/style.css
index 23a7cbf..8e771b0 100644
--- a/public/style.css
+++ b/public/style.css
@@ -1,14 +1,10 @@
:root {
- --color-font: #000000;
- --color-background: #DDDDDD;
+ --color-background: #ddd;
+ --color-table-row: #eee;
+ --color-head: #026;
--color-table-em: lightblue;
- --color-table-em2: #D3DCE3;
- --color-table-row: #EEEEEE;
- --color-link: blue;
- --color-link-visited: purple;
- --color-link-hover: red;
+ --color-table-em2: #d3dce3;
--color-warning: orange;
- --color-head: #002266;
}
/* GENERAL */
@@ -19,15 +15,15 @@ body {
a:link {
text-decoration: none;
- color: var(--color-link);
+ color: blue;
}
a:visited {
text-decoration: none;
- color: var(--color-link-visited);
+ color: purple;
}
a:hover {
text-decoration: underline;
- color: var(--color-link-hover);
+ color: red;
}
footer {