Fix top navbar background color under dark mode

This commit is contained in:
Jeremy Stretch 2024-01-17 12:51:20 -05:00
parent cdba308597
commit 0ade488480
2 changed files with 0 additions and 5 deletions

Binary file not shown.

View File

@ -36,8 +36,3 @@
} }
} }
} }
// Header menu styling
header.navbar {
background-color: $bg-surface-secondary;
}