u10homepage/docs/stylesheets/u10.css
Tim Friedrich Weber 7071e0080d
All checks were successful
MkDocs Build and Deploy / build-and-deploy (push) Successful in 4m10s
Change Footer color; Change mobile flyout background color
2024-03-19 16:08:14 +01:00

63 lines
963 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-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;
}
}