fix: correct styles of client to account for light mode
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user