aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/dark_theme.css
blob: d368864ecc7a20033eb74ceb57d240997fe46edf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
:root {
    --background:           #121113;
    --text:                 #FFFFFF;
    --secondary-hover:      #222222;
    --secondary-focus:      #121113;
    --secondary-inverse:    #FFFFFF;
    --primary-background:   #242424;
    --secondary-background: #222222;
    --thumb-background:     #222222;
    --link:                 #00B0FF;
    --link-visited:         #40C4FF;
    --border-color:         #333333;
    --thead-background:     #0a0a0b;
    --border-bg:            #222222;
    --border-bg-settings:   #000000;
    --border-bg-license:    #000000;
    --buttom:               #121113;
    --buttom-text:          #FFFFFF;
    --button-border:        #222222;
    --buttom-hover:         #222222;
    --search-text:          #FFFFFF;
    --time-background:      #121113;
    --time-text:            #FFFFFF;
}