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 99917ff commit 1a1b3a8Copy full SHA for 1a1b3a8
styles/Navbar.css
@@ -48,7 +48,7 @@ nav .buttonbar {
48
transition: all .2s;
49
}
50
51
-.buttonbar a:hover {
+.buttonbar a.item:hover {
52
background-color: #ddd;
53
color: #000;
54
@@ -91,6 +91,9 @@ nav .buttonbar {
91
height: 70px;
92
display: flex;
93
94
+ .buttonbar.active:last-child {
95
+ box-shadow: 0 5px 10px 0 #ccc;
96
+ }
97
98
99
@media screen and (prefers-color-scheme: dark) {
@@ -105,11 +108,14 @@ nav .buttonbar {
105
108
color: #fff;
106
109
background-color: #333;
107
110
- .buttonbar a:hover {
111
+ .buttonbar a.item:hover {
112
background-color: #555;
113
114
115
.buttonbar a.item {
116
117
118
119
+ box-shadow: 0 5px 10px 0 #222;
120
121
0 commit comments