aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/light_theme.css
blob: 9095d158d10cd637e10fb16c48ba843cac9ba57d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
:root {
    --background:           #FFFFFF;
    --text:                 #212121;
    --secondary-hover:      #212121;
    --secondary-focus:      #FAFAFA;
    --secondary-inverse:    #FFFFFF;
    --primary-background:   #F5F5F5;
    --secondary-background: #EEEEEE;
    --thumb-background:     #F5F5F5;
    --link:                 #212121;
    --link-visited:         #808080;
    --border-bg:            #212121;
    --buttom:               #DCDCDC;
    --buttom-text:          #212121;
    --button-border:        #91918c;
    --buttom-hover:         #BBBBBB;
    --search-text:          #212121;
    --time-background:      #212121;
    --time-text:            #FFFFFF;
}