aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/dark_theme.css
blob: 4f302cb3a34ef7db21b61956504c15f3b62c9a0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
body{
    --interface-color: #333333;
    --text-color: #cccccc;
    --background-color: #000000;
}

a:link {
    color: #22aaff;
}

a:visited {
    color: ##7755ff;
}

a:not([href]){
    color: var(--text-color);
}

.comment .permalink{
    color: #ffffff;
}