This commit is contained in:
McShelby 2022-02-19 16:02:47 +00:00
parent bd47ffc845
commit 8460f72c04
157 changed files with 3567 additions and 3567 deletions

View file

@ -45,5 +45,5 @@
/* base styling for boxes */
--BOX-CAPTION-color: rgba( 240, 240, 240, 1 ); /* color of the title text */
--BOX-BG-color: rgba( 20, 20, 20, 1 ); /* color of the content background */
--BOX-TEXT-color: initial; /* automatic color of the content text */
--BOX-TEXT-color: #e0e0e0; /* automatic color of the content text */
}