Skip to content

Commit 4dbf8d0

Browse files
Minor styling adjustments.
1 parent bf3c5ba commit 4dbf8d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ a:active {
5656
background-color: white;
5757
color: black;
5858
}
59+
h1 a:hover {
60+
background-color: inherit;
61+
color: white;
62+
}
5963
.set, .note {
6064
background-color: ivory;
6165
padding: 16px;
@@ -89,6 +93,9 @@ pre {
8993
margin-top: 6px;
9094
line-height: 1.2
9195
}
96+
pre.aligned {
97+
margin-left: 40px;
98+
}
9299
.java-class, .java-property, .option-value {
93100
background-color: yellow;
94101
padding: 2px 6px;

0 commit comments

Comments
 (0)