Skip to content

Commit b31c647

Browse files
committed
nko/local.css Add live link highlighting
1 parent 10e9867 commit b31c647

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

nko/local.css

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,9 @@ dl.reslinks {
144144
margin-block-end: 3em;
145145
}
146146

147-
147+
.nobullet {
148+
list-style-type: none;
149+
}
148150

149151

150152

@@ -166,12 +168,24 @@ dl.reslinks {
166168

167169

168170

169-
.variable.empty, .variable.empty:visited {
171+
.variable.empty[href], .variable.empty[href]:visited {
170172
color: gray;
171173
font-style: italic;
172174
}
173175

174176

177+
.reslinks a[href] {
178+
color: darkorange;
179+
}
180+
.reslinks a[href]:visited {
181+
color: darkorange;
182+
}
183+
184+
185+
186+
187+
188+
175189

176190

177191

0 commit comments

Comments
 (0)