mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-10 03:40:14 +00:00
8 lines
251 B
CSS
8 lines
251 B
CSS
/* Color controls for theme_***.css files */
|
|
:root{
|
|
--uc-dark-bkgnd-color: rgb(12,16,32);
|
|
--uc-light-bkgnd-color: rgb(46,54,69);
|
|
--uc-active-color: rgb(26, 70, 102);
|
|
--uc-text-color: rgb(195, 198, 201);
|
|
--uc-border-color: rgb(43,130,191);
|
|
}
|