mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
added darkmode support to hamburger icon
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user