You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
454 B
CSS
23 lines
454 B
CSS
/*
|
|
* Light theme
|
|
* Same as (prefers-color-scheme: light) in default.css
|
|
*/
|
|
|
|
.light-theme a:hover,
|
|
.light-theme a:active {
|
|
color: #167ac6 !important;
|
|
}
|
|
|
|
.light-theme a {
|
|
color: #61809b;
|
|
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;
|
|
}
|
|
|