update system-wide.css with patches to undo recent Springshare CSS changes

This commit is contained in:
Mark Eaton
2026-05-21 17:23:30 +00:00
parent 0ab4559ce6
commit 5afdcb4c91
+9
View File
@@ -21,6 +21,15 @@
} }
} }
h1, h2 {
color: white;
font-family: Arial, Helvetica, Verdana;
}
body {
font-family: Arial, Helvetica, Verdana;
}
/* this code makes the <a> tag that holds bannercontainer a block element, /* this code makes the <a> tag that holds bannercontainer a block element,
so that it can take up the full width of the screen */ so that it can take up the full width of the screen */
a:has(#bannercontainer) { a:has(#bannercontainer) {