change dark theme background to black
This commit is contained in:
parent
5bb9af9d2b
commit
d4752cac1d
1 changed files with 11 additions and 0 deletions
|
@ -69,6 +69,17 @@ dialog>article {
|
||||||
float: none;
|
float: none;
|
||||||
content: " ";
|
content: " ";
|
||||||
}
|
}
|
||||||
|
.site-list a {
|
||||||
|
vertical-align: text-top!important;
|
||||||
|
}
|
||||||
|
@media only screen and (prefers-color-scheme:dark) {
|
||||||
|
:root:not([data-theme="dark"]) {
|
||||||
|
--pico-background-color: black!important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
[data-theme=dark] {
|
||||||
|
--pico-background-color: black!important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<link href="{% sass_src 'scss/neodb.scss' %}"
|
<link href="{% sass_src 'scss/neodb.scss' %}"
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
|
|
Loading…
Add table
Reference in a new issue