invidious/assets/css/lighttheme.css

23 lines
454 B
CSS
Raw Normal View History

/*
* Light theme
* Same as (prefers-color-scheme: light) in default.css
*/
.light-theme a:hover,
.light-theme a:active {
color: #167ac6 !important;
2018-04-14 02:32:14 +00:00
}
.light-theme a {
2019-02-02 23:13:40 +00:00
color: #61809b;
2018-04-14 02:32:14 +00:00
text-decoration: none;
}
/* All links that do not fit with the default color goes here */
.light-theme a:not([data-id]) > .icon,
.light-theme .pure-u-lg-1-5 > .h-box > a[href^="/watch?"],
.light-theme .playlist-restricted > ol > li > a {
color: #303030;
}