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

.comment .permalink{
    color: #000000;
}

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

.muted{
    background-color: #888888;
}