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

.comment .permalink{
    color: #000000;
}

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

.muted{
    background-color: #888888;
}