add color in bordered navs links

This commit is contained in:
Cayo Puigdefabregas 2022-05-04 18:06:19 +02:00
parent 074fd4e542
commit 9a74eabc23
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;
}
/*--------------------------------------------------------------