Style Overhaul #2

Merged
me merged 118 commits from dev into main 2025-01-29 13:28:33 -07:00
Showing only changes of commit c0425b6de6 - Show all commits

View File

@ -73,17 +73,13 @@
list-style-type: none; list-style-type: none;
} }
/** Objects which need borders **/ /** Extra objects which need borders **/
.border { .border {
border: 1px solid #33CC33; border: 1px solid #131313;
border-radius: 4px;
} }
/* Also have this apply to a table's cells. */ /** Explicitly remove border from some objects. **/
.border * th,td {
border: 1px solid #33CC33;
}
/* Explicitly remove border from some objects. */
.no-border { .no-border {
border: 0px; border: 0px;
} }