summaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
authorHombreLaser <buran@silosneeded.com>2024-07-13 14:59:10 -0600
committerHombreLaser <buran@silosneeded.com>2024-07-13 14:59:10 -0600
commitd696df8942a6f2550c0da6a9faee19a6488d961f (patch)
tree5e7492e09eaaa4b2112e137353f7ef55ffa244b8 /assets/css
parent4039b9bfe2de55b75a550467eac0ca27c485afdd (diff)
Update dark theme
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;