We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e9867 commit b31c647Copy full SHA for b31c647
nko/local.css
@@ -144,7 +144,9 @@ dl.reslinks {
144
margin-block-end: 3em;
145
}
146
147
-
+.nobullet {
148
+ list-style-type: none;
149
+ }
150
151
152
@@ -166,12 +168,24 @@ dl.reslinks {
166
168
167
169
170
-.variable.empty, .variable.empty:visited {
171
+.variable.empty[href], .variable.empty[href]:visited {
172
color: gray;
173
font-style: italic;
174
175
176
177
+.reslinks a[href] {
178
+ color: darkorange;
179
180
+.reslinks a[href]:visited {
181
182
183
+
184
185
186
187
188
189
190
191
0 commit comments