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;
|
||||
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>
|
||||
<link href="{% sass_src 'scss/neodb.scss' %}"
|
||||
rel="stylesheet"
|
||||
|
|
Loading…
Add table
Reference in a new issue