summaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/styles.css16
1 files changed, 9 insertions, 7 deletions
diff --git a/assets/css/styles.css b/assets/css/styles.css
index c98f3fe..c582a52 100644
--- a/assets/css/styles.css
+++ b/assets/css/styles.css
@@ -37,6 +37,12 @@
}
@media(prefers-color-scheme: dark) {
+ :root {
+ --bulma-primary-h: 24deg;
+ --bulma-primary-s: 92%;
+ --bulma-primary-l: 47%;
+ }
+
.is-info {
background: #e8630a !important;
color: #e7eaf6;
@@ -50,7 +56,7 @@
.sidebar {
border: 1px solid #3e4a61;
border-radius: 4px;
- background: #1a2639;
+ background: black;
justify-content: space-between;
}
@@ -62,7 +68,7 @@
.content {
border: 1px solid #3e4a61;
border-radius: 4px;
- background: #1a2639;
+ background: black;
}
a {
@@ -99,6 +105,7 @@
}
body {
+ background: #101826;
font-family: "Inter", sans-serif !important;
margin: 0;
}
@@ -120,11 +127,6 @@
color: #ffffff !important;
}
- .btn-primary {
- background: #38598b !important;
- color: #ffffff !important;
- }
-
.sidebar {
border: 1px solid #dadff1;
border-radius: 4px;