Update navigation and dashboard styles
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user