style changes on index

This commit is contained in:
2025-11-03 22:07:24 -05:00
parent 6ccebd1086
commit 8a4b6df0f8
4 changed files with 18 additions and 20 deletions
+5 -2
View File
@@ -52,18 +52,21 @@
.dropdown {
width: 100%;
border: 1px solid var(--gold);
border: 2px solid var(--gold);
border-radius: 1.25rem;
transition: 0.5s;
user-select: none;
}
.dropdown:hover {
border: 2px solid white;
}
/** Prevent nested dropdowns from having borders */
.dropdown .dropdown {
border-left: none;
border-right: none;
border-bottom: none;
border-radius: 0rem;
border-radius: 1.25rem 1.25rem 0 0;
}
.dropdown-header {