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

.comment .permalink{
    color: #000000;
}