We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e258bec commit f7ad1beCopy full SHA for f7ad1be
css/stylesheet.css
@@ -63,17 +63,16 @@ button {
63
.btn:hover,
64
button:hover {
65
background: rgba(0, 0, 0, .15);
66
- border-bottom: 0px solid #505050;
67
}
68
69
.btn.active,
70
button.active {
71
- background: rgb(38, 38, 38);
+ background: rgb(36, 36, 36);
72
73
74
.btn.active:hover,
75
button.active:hover {
76
- background: rgba(38, 38, 38);
+ background: rgba(36, 36, 36);
77
color: rgba(187, 187, 187, .8);
78
79
@@ -401,7 +400,7 @@ section {
401
400
border: none;
402
top: 30px;
403
height: 30px;
404
405
padding: 8px;
406
font-size: 12px;
407
0 commit comments