mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: fix relearn-dark colored box style #188
This commit is contained in:
parent
83393ef5b8
commit
3ff5aa9c82
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue