invidious/assets/css/lighttheme.css
girst 325e45582c WIP: welcome message on home page (#740)
TODO: final text needs to be determined, then localized.
2019-09-08 18:15:54 +02:00

21 lines
370 B
CSS

a:hover,
a:active {
color: #167ac6 !important;
}
a {
color: #61809b;
text-decoration: none;
}
/* All links that do not fit with the default color goes here */
a:not([data-id]) > .icon,
.pure-u-lg-1-5 > .h-box > a[href^="/watch?"],
.playlist-restricted > ol > li > a {
color: #303030;
}
.welcome-box {
background-image: linear-gradient(45deg, #fff, #ccc);
}