8 lines
163 B
CSS
8 lines
163 B
CSS
|
|
/* Global variables. */
|
||
|
|
:root,
|
||
|
|
::backdrop {
|
||
|
|
/* Default (light) theme */
|
||
|
|
--bg-color: #fff;
|
||
|
|
--dark-color: rgba(33,37,41);
|
||
|
|
--primary-color: #2b5797;
|
||
|
|
}
|