aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/gray_theme.css
blob: 69cc8498fda9fbf63d9d6bc3ca456696017629ad (plain)
1
2
3
4
5
6
7
8
9
body{
    --interface-color: #dadada;
    --text-color: #222222;
    --background-color: #bcbcbc;
}

.comment .permalink{
    color: #000000;
}