Add terrible dark mode for inventory

pull/1/head
Dariusz Niemczyk 2023-07-11 18:34:18 +02:00
parent d473901f8c
commit 5ed4128151
No known key found for this signature in database
GPG Key ID: 28DFE7164F497CB6
3 changed files with 41 additions and 15 deletions

View File

@ -30,3 +30,10 @@
.label-item code {
margin: 0em 1em;
}
a {
color: #81d4fa !important;
}
a.navbar-brand {
color: #fff !important;
}

14
static/css/theme.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -11,6 +11,11 @@
href="{% static 'css/bootstrap.css' %}"
media="screen"
/>
<link
rel="stylesheet"
href="{% static 'css/theme.min.css' %}"
media="(prefers-color-scheme: dark)"
/>
<link
rel="stylesheet"
href="{% static 'css/custom.css' %}"