Update navigation and dashboard styles

This commit is contained in:
Dano van den Bosch
2024-04-03 10:59:57 +02:00
parent b85eb7faf7
commit 24ec686fa0
3 changed files with 13 additions and 9 deletions

View File

@@ -55,8 +55,9 @@ body {
justify-content: center;
margin: 0;
margin-top: 8vh;
background-color: #f0f0f0;
flex-direction: column;
background-color: #bfbfbf;
background-color: #afafaf;
align-items: center;
}
@@ -67,13 +68,13 @@ body {
display: flex;
flex-direction: column; /* Keep as column */
justify-content: flex-start;
background-color: #9f9f9f;
background-color: #333;
color: #fff;
padding: 10px;
border-radius: 50px;
border: 2px solid #CC2936;
border: 2px solid #333;
clear: both;
margin-bottom: 10px;
margin-top: 20px;
position: relative;
}
@@ -194,7 +195,7 @@ body {
}
.navbar {
background-color: #bfbfbf;
background-color: #333;
border-bottom: 2px solid #CC2936;
height: 60px;
display: flex;