improve footer in dark mode; border on search button

This commit is contained in:
Mark Eaton
2026-02-22 02:44:22 -05:00
parent 7eb3c580ec
commit b37a759a8d
2 changed files with 8 additions and 4 deletions
+5 -2
View File
@@ -327,7 +327,7 @@
padding: 6px 12px;
}
[data-bs-theme="dark"] .onesearchsubmit {
border: none;
margin: 1px;
}
#blue-border2 {
flex: 5;
@@ -518,7 +518,7 @@
}
/* style footer */
#orange-line {
.orange-line {
height: 10px;
background-color: var(--kbccorange);
}
@@ -527,6 +527,9 @@
color: white;
padding: 30px;
}
[data-bs-theme="dark"] #main-blue-footer {
background-color: var(--bg);
}
.whiteahrefs a:link,
.whiteahrefs a:hover,
.whiteahrefs a:visited,