fix: correct styles of client to account for light mode

This commit is contained in:
Stevan Freeborn
2023-04-22 14:26:56 -05:00
parent d50cfa8cf1
commit 66e87b3c48
+3
View File
@@ -5,6 +5,8 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
border: 1px solid #848586; border: 1px solid #848586;
background-color: #05254a;
color: white;
} }
.topBar { .topBar {
@@ -51,6 +53,7 @@
gap: 1rem; gap: 1rem;
padding: 1rem; padding: 1rem;
background-color: #0b3766; background-color: #0b3766;
color: white;
border-bottom-left-radius: 10px; border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px; border-bottom-right-radius: 10px;
} }