@@ -65,7 +65,7 @@ button:not([disabled]):hover {
65
65
66
66
.btn .active ,
67
67
button .active {
68
- background : rgba ( 0 , 0 , 0 , .28 );
68
+ background : rgb ( 38 , 38 , 38 );
69
69
}
70
70
71
71
.btn input ,
@@ -138,7 +138,7 @@ nav h3 {
138
138
}
139
139
140
140
.sidemenu # footer {
141
- border-top : 2px solid rgba ( 0 , 0 , 0 , .28 );
141
+ border-top : 2px solid rgb ( 38 , 38 , 38 );
142
142
}
143
143
144
144
.sidemenu button {
@@ -181,7 +181,7 @@ section,
181
181
182
182
nav ,
183
183
section {
184
- border : 1px solid rgba ( 0 , 0 , 0 , .28 );
184
+ border : 1px solid rgb ( 38 , 38 , 38 );
185
185
box-sizing : border-box;
186
186
}
187
187
@@ -227,7 +227,7 @@ section {
227
227
z-index : 5 ;
228
228
padding : 4px ;
229
229
font-size : 14px ;
230
- background : rgba (0 , 0 , 0 , .28 );
230
+ background : rgba (0 , 0 , 0 , .4 );
231
231
}
232
232
233
233
.module_wrapper > .wrapper {
@@ -299,10 +299,11 @@ section {
299
299
}
300
300
301
301
.explanation_container {
302
+ border : none;
302
303
top : 30px ;
303
304
height : 30px ;
304
- background : rgba ( 0 , 0 , 0 , .28 );
305
- padding : 7 px ;
305
+ background : rgb ( 38 , 38 , 38 );
306
+ padding : 8 px ;
306
307
font-size : 12px ;
307
308
}
308
309
0 commit comments