aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/dark_theme.css
blob: 7389aa51d20812bc6f505babae7d758ad6c88dfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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;
}

.setting-item{
    background-color: #444444;
}


.muted{
    background-color: #111111;
    color: gray;
}

.muted a:link {
    color: #10547f;
}