More color fixes

This commit is contained in:
Julian Ospald 2021-10-03 00:19:28 +02:00
parent 57aa30c7af
commit 37707e1df8
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,7 @@ body.homepage>div.container div.col-md-9 {
background-repeat: no-repeat !important;
}
.btn-primary {
.btn-primary .navbar {
background-image: -webkit-gradient(linear, left top, left bottom, from(#996FC2), color-stop(60%, #6A478D), to(#5E5086)) !important;
background-image: linear-gradient(#996FC2, #6A478D 60%, #5E5086) !important;
background-repeat: no-repeat !important;
@ -101,4 +101,5 @@ a:hover {
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
color: #fff;
background-color: #453A62;
border-color: #996FC1;
}