aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/dark_theme.css
blob: d75bb8247cdfcc89935d1c475d967b668bd0bfe1 (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
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;
}