diff --git a/docs/stylesheets/u10.css b/docs/stylesheets/u10.css index 44d7e4b..b1437f6 100644 --- a/docs/stylesheets/u10.css +++ b/docs/stylesheets/u10.css @@ -20,4 +20,32 @@ /* Handle */ ::-webkit-scrollbar-thumb { background: #3B7EA5; -} \ No newline at end of file +} + +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; + } \ No newline at end of file