calcms.css: fix dark design

This commit is contained in:
Milan
2022-11-18 00:24:03 +01:00
parent 789acd1ba1
commit b4d1620dae

View File

@@ -41,7 +41,15 @@
{ {
color:white !important; color:white !important;
background:black !important; background:black !important;
}
#calcms_list h1.summary{
background: none !important;
}
a.load-prev, a.load-next{
color:#999 !important;
background:#333 !important;
} }
img.custom-logo{ img.custom-logo{