aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/gray_theme.css
blob: ca699c76b4db43914791e7b188d85c4f4d91def3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body{
    --interface-color: #dadada;
    --text-color: #222222;
    --background-color: #bcbcbc;
    --video-background-color: #dadada;
}

.comment .permalink{
    color: #000000;
}

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

.muted{
    background-color: #888888;
}