diff --git a/docs/source/_static/css/custom.css b/docs/source/_static/css/custom.css index 080c06157..7f1b80307 100644 --- a/docs/source/_static/css/custom.css +++ b/docs/source/_static/css/custom.css @@ -10,6 +10,15 @@ body{ background-color: #1a1c1e; } -a { +a .pre{ + color:lightgrey; +} + +.md-main a { + text-decoration: underline; + color:lightgrey; +} + +.md-sidebar a { text-decoration: none; }