2020-05-22 05:13:58 +00:00
|
|
|
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/theme_color_variables.css made available under Mozilla Public License v. 2.0
|
|
|
|
See the above repository for updates as well as full license text. */
|
|
|
|
|
2018-12-04 15:32:10 +00:00
|
|
|
/* 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);
|
|
|
|
}
|