Merge pull request #249 from eReuse/change/#3300-change-color-blue

fix sidebar
This commit is contained in:
cayop 2022-05-04 17:43:53 +02:00 committed by GitHub
commit de53649aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -631,7 +631,7 @@ h1, h2, h3, h4, h5, h6 {
align-items: center;
font-size: 15px;
font-weight: 600;
color: #4154f1;
color: #993365;
transition: 0.3;
background: #f6f9ff;
padding: 10px 15px;
@ -640,7 +640,7 @@ h1, h2, h3, h4, h5, h6 {
.sidebar-nav .nav-link i {
font-size: 16px;
margin-right: 10px;
color: #4154f1;
color: #993365;
}
.sidebar-nav .nav-link.collapsed {
color: #6c757d;
@ -650,11 +650,11 @@ h1, h2, h3, h4, h5, h6 {
color: #899bbd;
}
.sidebar-nav .nav-link:hover {
color: #4154f1;
color: #993365;
background: #f6f9ff;
}
.sidebar-nav .nav-link:hover i {
color: #4154f1;
color: #993365;
}
.sidebar-nav .nav-link .bi-chevron-down {
margin-right: 0;
@ -685,7 +685,7 @@ h1, h2, h3, h4, h5, h6 {
border-radius: 50%;
}
.sidebar-nav .nav-content a:hover, .sidebar-nav .nav-content a.active {
color: #4154f1;
color: #993365;
}
.sidebar-nav .nav-content a.active i {
background-color: #4154f1;