aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/dark_theme.css
blob: 38cdd63cc98b90291e6db85c4b5a442ff66f76db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
: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-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;
}