Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c4e2611

Browse files
committed
updating CSS for links
1 parent 2b00840 commit c4e2611

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/_static/mpl.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,18 @@ body {
1919
}
2020

2121
a {
22-
color: #CA7900 !important;
22+
color: #CA7900;
2323
text-decoration: none;
2424
}
2525

26+
div.highlight-python a {
27+
color: #CA7900;
28+
}
29+
30+
div.highlight-python a:hover {
31+
color: #2491CF;
32+
}
33+
2634
strong {
2735
font-weight: strong;
2836
}

0 commit comments

Comments
 (0)