Try to match color and width of hackage navbar

This commit is contained in:
Julian Ospald 2021-10-13 16:15:09 +02:00
parent af14227862
commit d9fa0cdb45
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 3 additions and 2 deletions

View File

@ -114,7 +114,7 @@ body.homepage>div.container div.col-md-9 {
body .bg-primary {
background-image: none;
background-color: var(--theme-purple);
border: 1px solid var(--theme-purple);
border: 0px;
}
body .btn-primary {
@ -126,7 +126,8 @@ body .btn-primary {
.navbar.fixed-top {
background-image: none;
background-color: var(--theme-purple);
border: 1px solid var(--theme-purple);
border-bottom: 5px solid rgba(69, 59, 97, 0.5);
padding: 0px;
}
.btn-primary:hover {