-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdark.css
More file actions
55 lines (55 loc) · 1.11 KB
/
dark.css
File metadata and controls
55 lines (55 loc) · 1.11 KB
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
body {
background-color: #242629;
}
button {
border: 3px #3b2b6b solid;
border-bottom: 6px #3b2b6b solid;
background-color: #7f5af0;
color: #dfdfdd;
}
button:hover {
background-color: #5c42ac;
}
button:active {
border-bottom: 3px #3b2b6b solid;
}
#copiar-cont, #input, #copiar-area, input{
background-color: #16161a;
color: #a5b3c5;
}
#configp {
background-color: #242629;
}
#configp, .cinput {
border: 3px solid #000;
}
#copiar-cont, #input, input {
border: 3px #000 solid;
outline: none;
}
header {
border-bottom: 3px #a5b3c5 solid;
color: #a5b3c5;
}
#copiar-area, a {
color: #a5b3c5;
}
i, #ctitle {
color: #a5b3c5;
}
[tema = 'bad'] {
background-color: #f25042;
border: #92332a solid 3px;
color: #fffffe;
}
[tema = 'good'] {
background-color: #62b492;
border: #249264 solid 3px;
color: #fffffe;
}
.fa-arrow-right-arrow-left, .fa-broom, .fa-circle-half-stroke, .fa-wrench, .fa-plus, .fa-minus, .fa-xmark, .fa-repeat {
color: #dfdfdd;
}
body::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb {
background-color: #4b368a6c;
}