Skip to content

Commit

Permalink
Merge pull request #25 from wethmiranasinghe/main
Browse files Browse the repository at this point in the history
Header.css updated
  • Loading branch information
wethmiranasinghe authored Jun 22, 2024
2 parents 2c40e73 + 2a2feb8 commit 7d43d61
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions front-end/src/components/Header.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
padding: 8px 15px;
position: sticky;
top: 0;
background-color: rgb(205, 234, 246);
background-color: #172953;
z-index: 1000;
}
.adminNavBar div{
Expand Down Expand Up @@ -233,6 +233,10 @@
.adminNavBarLeft li a:active {
background-color:rgb(50, 78, 148, 0.25);
}

.adminNavBarLeft li a:hover{
background-color: #eef1fb
}
/* Right side of theTop Navigation Bar for Administration*/

.adminNavBarRight{
Expand All @@ -243,14 +247,16 @@
position: relative;
padding:0;
margin:0;
color: #ffffff;
align-items: center;
justify-content: center;
}

.adminNavBarRight li {
list-style: none;
position: relative;
color: rgb(50, 78, 148);
color: rgb(255, 255, 255);
text-decoration: none;
border: none;
padding: 0px 10px;
display: inline-block;
Expand All @@ -277,7 +283,7 @@

#switchLabel{
font-size: 14px;
color:rgb(50, 78, 148);
color:rgb(255, 255, 255);
}


Expand Down

0 comments on commit 7d43d61

Please sign in to comment.