aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/gray_theme.css
blob: b7f0450c557dcfdae9fc5c0f83f86874b5b887f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
:root {
    --background:            #2d3743;
    --text:                  #FFFFFF;
    --secondary-hover:       #73828c;
    --secondary-focus:       rgba(115, 130, 140, 0.125);
    --secondary-inverse:     #FFFFFF;
    --primary-background:    #2d3743;
    --secondary-background:  #102027;
    --thumb-background:      #35404D;
    --link:                  #22aaff;
    --link-visited:          #7755ff;
    --buttom:                #DCDCDC;
    --buttom-text:           #415462;
    --button-border:         #91918c;
    --buttom-hover:          #BBBBBB;
    --search-text:           #FFFFFF;
    --time-background:       #212121;
    --time-text:             #FFFFFF;
}