change dark theme background to black
Some checks are pending
code check / lint (3.12) (push) Waiting to run
code check / type-checker (3.12) (push) Waiting to run
Mirror to Codeberg / to_codeberg (push) Waiting to run
unit test / django (3.12) (push) Waiting to run

This commit is contained in:
gesang 2025-03-11 13:10:23 +01:00
parent 5bb9af9d2b
commit d4752cac1d
Signed by: gesang
GPG key ID: 6CE35141D31CEAFB

View file

@ -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"