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,9 +41,17 @@
{
color:white !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{
filter: invert(1);
}