Set Link Highlighting and Header to CI Color
All checks were successful
MkDocs Build and Deploy / build-and-deploy (push) Successful in 2m55s
All checks were successful
MkDocs Build and Deploy / build-and-deploy (push) Successful in 2m55s
This commit is contained in:
parent
2bcdc76ed3
commit
c8375a6dd2
@ -20,4 +20,32 @@
|
||||
/* Handle */
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: #3B7EA5;
|
||||
}
|
||||
}
|
||||
|
||||
a{
|
||||
transition: .3s all ease;
|
||||
}
|
||||
a:hover,
|
||||
.md-nav__item .md-nav__link--active{
|
||||
color: #3B7EA5 !important;
|
||||
transition: .3s all ease;
|
||||
}
|
||||
|
||||
|
||||
.md_tabs__item{
|
||||
transition: .3s all ease;
|
||||
opacity: .7;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.md-tabs__item a:hover{
|
||||
color: #ccc !important;
|
||||
opacity: .7;
|
||||
transition: .3s all ease;
|
||||
}
|
||||
|
||||
.md-header,
|
||||
.md-tabs
|
||||
{
|
||||
background-color: #3B7EA5 !important;
|
||||
}
|
Loading…
Reference in New Issue
Block a user