u10homepage/docs/stylesheets/u10.css
Tim Friedrich Weber c8375a6dd2
All checks were successful
MkDocs Build and Deploy / build-and-deploy (push) Successful in 2m55s
Set Link Highlighting and Header to CI Color
2024-03-19 11:36:15 +01:00

51 lines
718 B
CSS

::-moz-selection {
background: #3B7EA5;
color: #fff;
}
::selection {
background: #3B7EA5;
color: #fff;
}
::-webkit-scrollbar {
width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
background: #fff;
border-radius: 0;
}
/* 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;
}