summaryrefslogtreecommitdiffstats
path: root/assets/css/lighttheme.css
blob: b28ef0eec6b9a5fbb3b81c49fbcb70da7dc3501d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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-md-1-5 > .h-box > a[href^="/watch?"],
.playlist-restricted > ol > li > a {
  color: #303030;
}