aboutsummaryrefslogtreecommitdiff
path: root/src/public
diff options
context:
space:
mode:
Diffstat (limited to 'src/public')
-rw-r--r--src/public/styles.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/public/styles.css b/src/public/styles.css
index 1cd5245..5996c75 100644
--- a/src/public/styles.css
+++ b/src/public/styles.css
@@ -5,7 +5,8 @@
5 --text-color: black; 5 --text-color: black;
6 --text-color-muted: #999; 6 --text-color-muted: #999;
7 --blockquote-color: green; 7 --blockquote-color: green;
8 --sticky-color: lightgreen; 8 --sticky-color: #dcfeda;
9 --gilded: darkorange;
9 --link-color: #29BC9B; 10 --link-color: #29BC9B;
10 --link-visited-color: #999; 11 --link-visited-color: #999;
11 --accent: var(--link-color); 12 --accent: var(--link-color);
@@ -23,7 +24,8 @@
23 --text-color: white; 24 --text-color: white;
24 --text-color-muted: #999; 25 --text-color-muted: #999;
25 --blockquote-color: lightgreen; 26 --blockquote-color: lightgreen;
26 --sticky-color: #034611; 27 --sticky-color: #014413;
28 --gilded: gold;
27 --link-color: #79ffe1; 29 --link-color: #79ffe1;
28 --link-visited-color: #999; 30 --link-visited-color: #999;
29 --accent: var(--link-color); 31 --accent: var(--link-color);
@@ -654,6 +656,10 @@ a {
654 color: var(--accent); 656 color: var(--accent);
655} 657}
656 658
659.gilded {
660 color: var(--gilded);
661}
662
657button { 663button {
658 border: 0px solid; 664 border: 0px solid;
659 border-radius: 2px; 665 border-radius: 2px;
@@ -803,4 +809,3 @@ select {
803 border-radius: 2px; 809 border-radius: 2px;
804 border: 4px solid var(--sticky-color); 810 border: 4px solid var(--sticky-color);
805} 811}
806