diff --git a/micronautpi4j-utils/src/docs/asciidoc/style.css b/micronautpi4j-utils/src/docs/asciidoc/style.css index a3e7ab91..e01248eb 100644 --- a/micronautpi4j-utils/src/docs/asciidoc/style.css +++ b/micronautpi4j-utils/src/docs/asciidoc/style.css @@ -45,13 +45,13 @@ a { overflow-y: auto; position: fixed; box-sizing: border-box; - background-color: lightgray; + background-color: gainsboro; max-width: 15%; width: 100%; } #toc a { - color: cornflowerblue; + color: royalblue; } #toc li { @@ -74,12 +74,12 @@ a { } h1 { - font-size: 1.4em; + font-size: 2em; background-color: black; padding: .6em; margin: 0; width: 100%; - color: red; + color: white; height: 100%; vertical-align: center; } @@ -89,7 +89,7 @@ h1 { /*}*/ #toc a:hover { - background-color: maroon; + text-decoration: underline; } #content {