We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3c5ba commit 4dbf8d0Copy full SHA for 4dbf8d0
style.css
@@ -56,6 +56,10 @@ a:active {
56
background-color: white;
57
color: black;
58
}
59
+h1 a:hover {
60
+ background-color: inherit;
61
+ color: white;
62
+}
63
.set, .note {
64
background-color: ivory;
65
padding: 16px;
@@ -89,6 +93,9 @@ pre {
89
93
margin-top: 6px;
90
94
line-height: 1.2
91
95
96
+pre.aligned {
97
+ margin-left: 40px;
98
92
99
.java-class, .java-property, .option-value {
100
background-color: yellow;
101
padding: 2px 6px;
0 commit comments