u10homepage/docs/stylesheets/u10.css
Tim Friedrich Weber ad92b213c9
All checks were successful
MkDocs Build and Deploy / build-and-deploy (push) Successful in 3m2s
Fix Link hover color; change back-to-top hover color
2024-03-21 16:07:08 +01:00

74 lines
1.1 KiB
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;
}
.md-typeset a{
color: #3B7EA5;
opacity: 1;
transition: .3s all ease;
}
.md-typeset a:hover{
color: #000000;
opacity: .87;
transition: .3s all ease;
}
.md-top:hover{
background-color: #3B7EA5;
}
.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-footer__link:hover {
color: #fff !important;
}
.md-header,
.md-tabs,
.md-footer
{
background-color: #3B7EA5 !important;
}
@media screen and (max-width: 76.234375em) {
html [data-md-color-primary=black] .md-nav--primary .md-nav__title[for=__drawer] {
background-color: #3B7EA5;
}
}