Add terrible dark mode for inventory
This commit is contained in:
parent
d473901f8c
commit
5ed4128151
|
@ -30,3 +30,10 @@
|
||||||
.label-item code {
|
.label-item code {
|
||||||
margin: 0em 1em;
|
margin: 0em 1em;
|
||||||
}
|
}
|
||||||
|
a {
|
||||||
|
color: #81d4fa !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.navbar-brand {
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -11,6 +11,11 @@
|
||||||
href="{% static 'css/bootstrap.css' %}"
|
href="{% static 'css/bootstrap.css' %}"
|
||||||
media="screen"
|
media="screen"
|
||||||
/>
|
/>
|
||||||
|
<link
|
||||||
|
rel="stylesheet"
|
||||||
|
href="{% static 'css/theme.min.css' %}"
|
||||||
|
media="(prefers-color-scheme: dark)"
|
||||||
|
/>
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="{% static 'css/custom.css' %}"
|
href="{% static 'css/custom.css' %}"
|
||||||
|
|
Loading…
Reference in New Issue