Cleanup unused files

This commit is contained in:
2022-09-24 00:13:15 +03:00
parent addee12598
commit 0a15637d35
5 changed files with 2 additions and 128 deletions

View File

@@ -92,13 +92,13 @@ header > * {
z-index: 1;
}
.dropdown-content a {
.dropdown-content > * {
padding: 12px 16px;
text-decoration: none;
display: block;
}
.dropdown-content a:hover {
.dropdown-content > *:hover {
background-color: var(--bkg-color3);
}