Color Correction (#7)

* Update README.md

* Alter colors for outside of Night Light.
This commit is contained in:
2023-10-17 04:20:50 -07:00
committed by GitHub
parent 8b49e87e83
commit 01277d0c9c
4 changed files with 11 additions and 11 deletions

View File

@ -62,12 +62,12 @@
/** Objects which need borders **/
.border {
border: 1px solid #339933;
border: 1px solid #33CC33;
}
/* Also have this apply to a table's cells. */
.border * th,td {
border: 1px solid #339933;
border: 1px solid #33CC33;
}
/** Format tables and allow contents to be broken up. **/