diff options
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/lighttheme.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/assets/css/lighttheme.css b/assets/css/lighttheme.css index 1ecd2bd0..6f1ad171 100644 --- a/assets/css/lighttheme.css +++ b/assets/css/lighttheme.css @@ -1,9 +1,16 @@ a:hover, a:active { - color: #167ac6; + color: #167ac6 !important; } a { color: #61809b; text-decoration: none; } + +/* All links that do not fit with the default color goes here */ +a > .icon, +.pure-u-md-1-5 > .h-box > a[href^="/watch?"], +.playlist-restricted > ol > li > a { + color: #303030; +} |
