Fix background color of navigation bar

Related commit:
b604524c2f
This commit is contained in:
Raymond Hill 2025-05-11 09:41:34 -04:00
parent b604524c2f
commit 3650117b4f
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -14,6 +14,7 @@ body.notReady {
}
#dashboard-nav {
align-items: center;
background-color: var(--surface-1);
border: 0;
border-bottom: 1px solid var(--border-1);
display: flex;