nativegallery/static/css/trans.css

11 lines
441 B
CSS
Raw Normal View History

2024-07-04 12:36:23 +03:00
:root {
--theme-bg-color: #292929;
--theme-bg-hover-color: #505050;
2024-10-08 21:42:55 +03:00
--theme-link-color: #686868;
--theme-link-visited-color: #7e7e7e;
2024-07-04 12:36:23 +03:00
--theme-link-hover-bg-color: rgba(70, 135, 200, .15);
--theme-link-underline-color: rgba(59, 125, 193, .3);
2024-10-08 21:42:55 +03:00
--theme-link-underline-visited-color: rgba(68, 68, 68, 0.3);
--theme-preview-hover-bg-color: rgba(167, 167, 167, 0.7);
2024-07-04 12:36:23 +03:00
}