forked from nettleweb/nettleweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.dark.css
110 lines (84 loc) · 1.64 KB
/
index.dark.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
body {
color: #e0e0e0;
background: #202020;
}
option, optgroup {
background: #404040;
}
.text-body, #game-category, #game-navigator {
border-color: #606060;
background: #404040;
}
#navigation-bar {
background: #404040;
}
#nav-bar>button[current], #game-category>button[current] {
color: #ffffff;
}
#hamb>div, #hamb>div::before, #hamb>div::after {
background: #ffffff;
}
#game-search>button, #yt-search>button {
background-image: url("res/search-w.svg");
}
#game-container>div {
border-color: #606060;
background-color: #404040;
}
#game-container>div>div {
color: #e0e0e0;
}
#dialog {
background: #202020;
}
#interface {
background: #404040;
}
#delmsg {
background-image: url("res/delete-w.svg");
}
#chatgpt>button {
background-image: url("res/send-w.svg");
}
#yt-load-more:hover {
background: #505050;
}
#yt-load-more:active {
background: #606060;
}
#unbl-content {
background: #202020;
}
#tab-bar {
background: #303030;
}
#tabs>div[current], #toolbar {
background: #404040;
}
#new-tab {
background-image: url("res/add-w.svg");
}
#tabs>div>button {
background-image: url("res/close-w.svg");
}
#back {
background-image: url("res/back-w.svg");
}
#forward {
background-image: url("res/forward-w.svg");
}
#refresh {
background-image: url("res/refresh-w.svg");
}
#new-tab:hover, #tabs>div>button:hover, #back:hover, #forward:hover, #refresh:hover, #delmsg:hover {
background-color: #505050;
}
#new-tab:active, #tabs>div>button:active, #back:active, #forward:active, #refresh:active, #delmsg:active {
background-color: #606060;
}
#address, #mode>select {
background: #202020;
}
#submit-game-frame>div {
background: #404040;
}