mirror of
https://github.com/WerySkok/nativegallery.git
synced 2024-11-15 03:31:19 +03:00
11 lines
442 B
CSS
11 lines
442 B
CSS
|
:root {
|
||
|
--theme-bg-color: #292929;
|
||
|
--theme-bg-hover-color: #505050;
|
||
|
--theme-link-color: #3b7dc1;
|
||
|
--theme-link-visited-color: #5b7289;
|
||
|
|
||
|
--theme-link-hover-bg-color: rgba(70, 135, 200, .15);
|
||
|
--theme-link-underline-color: rgba(59, 125, 193, .3);
|
||
|
--theme-link-underline-visited-color: rgba(91, 114, 137, .3);
|
||
|
--theme-preview-hover-bg-color: rgba(41, 90, 140, .7);
|
||
|
}
|