-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlight.css
53 lines (53 loc) · 963 Bytes
/
light.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
body {
background-color: #f9f4ef;
}
button{
background-color: #8c7851;
color: #fffffe;
border: 3px #020826 solid;
border-bottom: 6px #020826 solid;
}
button:hover {
background-color: #716040;
}
button:active {
border-bottom: 3px #020826 solid;
}
#configp {
background-color: #f9f4ef;
}
#configp, .cinput {
border: 3px solid #020826;
}
#copiar-cont, #input, input {
background-color: #f8ede1b4;
}
#copiar-cont, #input {
border: 3px #020826 solid;
outline: none;
}
header {
border-bottom: 3px #020826 solid;
}
#copiar-area, a {
color: #020826;
}
i {
color: #383021;
}
[tema = 'bad'] {
background-color: #f25042;
border: #92332a solid 3px;
color: #fffffe;
}
[tema = 'good'] {
background-color: #62b492;
border: #249264 solid 3px;
color: #fffffe;
}
.buttoni{
color: #fffffe;
}
body::-webkit-scrollbar-thumb, textarea::-webkit-scrollbar-thumb {
background-color: #71604071;
}