diff --git a/nummi/main/static/main/css/main.css b/nummi/main/static/main/css/main.css
index 72d7151..3668f6f 100644
--- a/nummi/main/static/main/css/main.css
+++ b/nummi/main/static/main/css/main.css
@@ -5,34 +5,35 @@
}
:root {
- --theme: #006633;
- --theme-0: #00f279;
- --theme-1: #00b359;
- --theme-2: #007339;
- --theme-3: var(--theme);
- --theme-4: #004d26;
+ --theme: #33cc66;
+ --theme-0: #138037;
+ --theme-1: #59ff91;
+ --theme-2: var(--theme);
+ --theme-3: #800a06;
+ --theme-4: #cc3733;
- --text-theme: var(--text-inv);
+ --text-theme: var(--text);
--bg: #ffffff;
--text: #000000de;
- --bg-inv: var(--theme-4);
+ --bg-inv: var(--theme-1);
--text-inv: #ffffffde;
- --bg-01: #dedede;
+ --bg-01: #f0f0f0;
- --text-link: #0a35ccde;
+ --text-link: var(--theme-0);
--gap: 1rem;
- --red: #bf1500;
- --green: var(--theme-2);
+ --red: var(--theme-3);
+ --green: var(--theme-0);
- --red-1: #f21b00;
+ --red-1: var(--theme-4);
--green-1: var(--theme-1);
- --radius: 2px;
+ --border: .5em;
+ --radius: .25em;
--num: "tnum", "ss01", "case";
}
diff --git a/nummi/main/static/main/css/table.css b/nummi/main/static/main/css/table.css
index 8a064c2..7fde49e 100644
--- a/nummi/main/static/main/css/table.css
+++ b/nummi/main/static/main/css/table.css
@@ -3,7 +3,8 @@
margin: 2em 0;
border-radius: var(--radius);
overflow: hidden;
- border-bottom: .5em solid var(--bg-inv);
+ border-bottom: var(--border) solid var(--theme);
+ border-top: var(--border) solid var(--theme);
}
.table.col2 {grid-template-columns: repeat(2, auto)}
.table.col3 {grid-template-columns: repeat(3, auto)}
@@ -24,7 +25,6 @@
.table > div.header > * {
background: var(--bg-inv);
- color: var(--text-inv);
}
.table > div > .center {
diff --git a/nummi/main/static/main/svg/logo-white.svg b/nummi/main/static/main/svg/logo-white.svg
index 26abbda..ed0bb05 100644
--- a/nummi/main/static/main/svg/logo-white.svg
+++ b/nummi/main/static/main/svg/logo-white.svg
@@ -4,7 +4,7 @@
xmlns="http://www.w3.org/2000/svg">