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

add color in bordered navs links
This commit is contained in:
cayop 2022-05-04 18:10:34 +02:00 committed by GitHub
commit ce32db6d37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -351,12 +351,12 @@ h1, h2, h3, h4, h5, h6 {
color: #2c384e;
}
.nav-tabs-bordered .nav-link:hover, .nav-tabs-bordered .nav-link:focus {
color: #4154f1;
color: #993365;
}
.nav-tabs-bordered .nav-link.active {
background-color: #fff;
color: #4154f1;
border-bottom: 2px solid #4154f1;
color: #993365;
border-bottom: 2px solid #993365;
}
/*--------------------------------------------------------------