Change Info Box to CI Color, Change Sidebar Link Hover to CI Color
All checks were successful
MkDocs Build and Deploy / build-and-deploy (push) Successful in 2m31s
All checks were successful
MkDocs Build and Deploy / build-and-deploy (push) Successful in 2m31s
This commit is contained in:
parent
ad92b213c9
commit
4219b27055
@ -22,6 +22,27 @@
|
||||
background: #3B7EA5;
|
||||
}
|
||||
|
||||
.md-typeset .admonition.info, .md-typeset details.info {
|
||||
border-color: #3B7EA5;
|
||||
}
|
||||
|
||||
.md-typeset .info>.admonition-title:before, .md-typeset .info>summary:before{
|
||||
background-color: #3B7EA5;
|
||||
}
|
||||
|
||||
.md-typeset .info>.admonition-title, .md-typeset .info>summary{
|
||||
background-color: rgba(59, 126, 165, .2) !important;
|
||||
}
|
||||
|
||||
.md-nav__link[href]{
|
||||
transition: .3s all ease;
|
||||
}
|
||||
|
||||
.md-nav__link[href]:hover{
|
||||
color: #3B7EA5;
|
||||
transition: .3s all ease;
|
||||
}
|
||||
|
||||
.md-typeset a{
|
||||
color: #3B7EA5;
|
||||
opacity: 1;
|
||||
|
Loading…
Reference in New Issue
Block a user