-
Notifications
You must be signed in to change notification settings - Fork 2
/
bingada-dark.css
72 lines (65 loc) · 1.36 KB
/
bingada-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
GtkButton {
background-image: none;
}
#myButton_white,
#myButton_white > label {
background-color: #383c4a;
color: #cc575d;
font-family: DejaVu Sans;
font-style: normal;
font-weight: bold;
font-size: xx-large;
border-radius: 0px;
padding: 1px;
}
#myButton_blue,
#myButton_blue > label {
background-color: #5294e2;
color: #383c4a;
font-family: DejaVu Sans;
font-style: normal;
font-weight: bold;
font-size: xx-large;
padding: 1px;
}
#myButton_previous_1,
#myButton_previous_1 > label {
background-color: #4073b0;
color: #d3dae3;
font-family: DejaVu Sans;
font-style: normal;
font-weight: bold;
font-size: xx-large;
border-radius: 10px;
padding: 1px;
}
#myButton_previous_2,
#myButton_previous_2 > label {
background-color: #2d527d;
color: #d3dae3;
font-family: DejaVu Sans;
font-style: normal;
font-weight: bold;
font-size: xx-large;
border-radius: 10px;
padding: 1px;
}
#myButton_previous_3,
#myButton_previous_3 > label {
background-color: #1b304a;
color: #d3dae3;
font-family: DejaVu Sans;
font-style: normal;
font-weight: bold;
font-size: xx-large;
border-radius: 10px;
padding: 1px;
}
#myButton_white:hover,
#myButton_blue:hover{
background-color: grey;
color: blue;
}
#drum_button {
background-color: #383c4a;
}