finished some TODOs + added more

This commit is contained in:
2025-12-02 17:26:23 -05:00
parent b536bb0575
commit 1a397c43c9
6 changed files with 15 additions and 9 deletions
+7 -3
View File
@@ -54,13 +54,13 @@
.dropdown {
width: 100%;
border: 2px solid var(--gold);
border: 1px solid var(--light-gold);
border-radius: 1.25rem;
transition: 0.5s;
user-select: none;
}
.dropdown:hover {
border: 2px solid white;
border: 1px solid white;
}
/** Prevent nested dropdowns from having borders */
@@ -109,6 +109,10 @@
align-items: flex-start;
}
hr {
border-color: var(--gold);
}
.dropdown-content {
visibility: hidden;
text-align: left;
@@ -217,7 +221,7 @@
<header>
<div class="banner" role="banner">
<a href="index.html" class="logo" aria-label="Company Logo">LD</a>
<a href="index.html" class="logo" aria-label="Company Logo">LUXURY DETAILING</a>
<button
id="hamburger"