Update 'custom.css'

This commit is contained in:
Jordan Wages 2020-08-11 12:06:34 -05:00
parent 118015e386
commit bb473cad82
1 changed files with 4 additions and 0 deletions

View File

@ -156,6 +156,10 @@ body.dark-mode {
/* alert */
--alerts-background: #1d73f5;
--alerts-color: var(--color-white);
/* highlight text */
--selection-background: orangered;
}