Skip to content

Commit

Permalink
Fixes #119 (#123)
Browse files Browse the repository at this point in the history
* Made preliminary changes for easier readability.

* No further changes, attempts to modify doc further yielded undesirable format. Current file has been improved from the original for clarity.
  • Loading branch information
adelgadoj3 authored Nov 29, 2023
1 parent 81c03ff commit 67e977e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions micronautpi4j-utils/src/docs/asciidoc/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -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;
}
Expand All @@ -89,7 +89,7 @@ h1 {
/*}*/

#toc a:hover {
background-color: maroon;
text-decoration: underline;
}

#content {
Expand Down

0 comments on commit 67e977e

Please sign in to comment.