-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdarkmode.css
More file actions
45 lines (45 loc) · 746 Bytes
/
Copy pathdarkmode.css
File metadata and controls
45 lines (45 loc) · 746 Bytes
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
html {
min-width: 150px;
min-height: 150px;
color: whitesmoke;
background: rgb(31, 31, 31) !important;
zoom: 1.3;
}
body {
background-color: rgb(31, 31, 31);
background-image: none !important;
}
h1{
text-align: center;
}
p{
zoom: 1.3;
}
input, select, textarea, button {
zoom: 1.3;
color: whitesmoke;
background-color: rgb(31, 31, 31);
}
font {
color: whitesmoke;
}
button{
outline-color: transparent;
outline-style: none;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background: rgb(78, 68, 206);
}
button:hover:enabled {
background: rgb(66, 58, 169);
}
.options{
vertical-align: middle;
margin-top: 10px;
}
.connection{
zoom: 0.8;
color: #aaa;
}