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 a01e7ea commit b179282Copy full SHA for b179282
style.css
@@ -1153,7 +1153,7 @@ section {
1153
}
1154
1155
.dropdown-menu li:hover {
1156
- background-color: #f1f1f1;
+ background-color: hsl(0, 0%, 95%);
1157
1158
1159
/* Show dropdown menu when open */
@@ -1232,7 +1232,7 @@ section {
1232
position: absolute;
1233
top: 50px;
1234
left: 0;
1235
- background-color: #333;
+ background-color: #000000;
1236
width: 100%;
1237
z-index: 10;
1238
text-align: center;
0 commit comments