added darkmode support to hamburger icon

This commit is contained in:
SethBurkart123
2023-10-24 00:44:54 +11:00
parent caeefb98d7
commit 5e84d37add
+1 -1
View File
@@ -2100,7 +2100,7 @@ body {
width: 100%;
height: 3px;
border-radius: 1rem;
background-color: #232323;
background-color: var(--text-primary);
margin: 3px 0;
transition: all 0.3s ease; /* Step 3: Add transition */
}