@@ -65,7 +65,7 @@ button:not([disabled]):hover {
6565
6666.btn .active ,
6767button .active {
68- background : rgba ( 0 , 0 , 0 , .28 );
68+ background : rgb ( 38 , 38 , 38 );
6969}
7070
7171.btn input ,
@@ -138,7 +138,7 @@ nav h3 {
138138}
139139
140140.sidemenu # footer {
141- border-top : 2px solid rgba ( 0 , 0 , 0 , .28 );
141+ border-top : 2px solid rgb ( 38 , 38 , 38 );
142142}
143143
144144.sidemenu button {
@@ -181,7 +181,7 @@ section,
181181
182182nav ,
183183section {
184- border : 1px solid rgba ( 0 , 0 , 0 , .28 );
184+ border : 1px solid rgb ( 38 , 38 , 38 );
185185 box-sizing : border-box;
186186}
187187
@@ -227,7 +227,7 @@ section {
227227 z-index : 5 ;
228228 padding : 4px ;
229229 font-size : 14px ;
230- background : rgba (0 , 0 , 0 , .28 );
230+ background : rgba (0 , 0 , 0 , .4 );
231231}
232232
233233.module_wrapper > .wrapper {
@@ -299,10 +299,11 @@ section {
299299}
300300
301301.explanation_container {
302+ border : none;
302303 top : 30px ;
303304 height : 30px ;
304- background : rgba ( 0 , 0 , 0 , .28 );
305- padding : 7 px ;
305+ background : rgb ( 38 , 38 , 38 );
306+ padding : 8 px ;
306307 font-size : 12px ;
307308}
308309
0 commit comments