diff --git a/custom/common_libs.custom.html b/custom/common_libs.custom.html
index 2de52de4..3d9501e1 100644
--- a/custom/common_libs.custom.html
+++ b/custom/common_libs.custom.html
@@ -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;
+}