diff --git a/doc/styles/theme.css b/doc/styles/theme.css index 4f8a7e58..507e24af 100755 --- a/doc/styles/theme.css +++ b/doc/styles/theme.css @@ -184,4 +184,10 @@ body, h1, h2, h3, h4, h5, h6 { .ydoc .navbar-brand{ font-weight: 500; +} + +.ydoc .ydoc-banner-home .home-btn:hover{ + background: #552d84; + border: 1px solid; + border-color: #fff; } \ No newline at end of file diff --git a/static/doc/styles/theme.css b/static/doc/styles/theme.css index 4f8a7e58..507e24af 100755 --- a/static/doc/styles/theme.css +++ b/static/doc/styles/theme.css @@ -184,4 +184,10 @@ body, h1, h2, h3, h4, h5, h6 { .ydoc .navbar-brand{ font-weight: 500; +} + +.ydoc .ydoc-banner-home .home-btn:hover{ + background: #552d84; + border: 1px solid; + border-color: #fff; } \ No newline at end of file