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

.comment .permalink{
    color: #000000;
}

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

.muted{
    background-color: #888888;
}