Skip to content

Commit bf23891

Browse files
authored
Fixed Link bug
This adds rule to override default link behavior
1 parent 4b7b893 commit bf23891

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/static/css/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,6 @@ a:visited {
217217
stroke: black;
218218
}
219219

220+
.admonition a {
221+
color: #000;
222+
}

0 commit comments

Comments
 (0)