Skip to content

Commit a2ec7a8

Browse files
committed
Make links visible
1 parent 1f1dfa0 commit a2ec7a8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

rerun_py/docs/css/mkdocstrings.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ body {
3939
color: inherit;
4040
}
4141

42-
.md-typeset p + h1 {
42+
.md-typeset p+h1 {
4343
margin-top: 2rem;
4444
}
4545

@@ -51,3 +51,7 @@ code {
5151
--md-code-bg-color: #e3e3e3;
5252
font-family: "JetBrains Mono", monospace;
5353
}
54+
55+
.md-typeset a {
56+
--md-typeset-a-color: #526cfe;
57+
}

0 commit comments

Comments
 (0)