aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/light_theme.css
blob: 50286bba4f412ae92d12e874f93c70790f228b13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body{
    --interface-color: #ffffff;
    --text-color: #222222;
    --background-color: #f8f8f8;
}

.comment .permalink{
    color: #000000;
}


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