From 4284a3c46245d72552dcd352cf555b5be7d322e9 Mon Sep 17 00:00:00 2001 From: jan6 Date: Thu, 5 Aug 2021 11:52:48 +0000 Subject: [PATCH] slightly darker background for more contrast and better readability --- docs/stylesheets/extra.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 1c312ea..fa17215 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -1,10 +1,16 @@ .md-nav__item .md-nav__link--active { color: #10A0A0; } - .md-typeset a { color: #10A0A0; } .md-typeset a:hover { border-bottom: dotted 1px; } +main { + background-color: #1e202e; +} +code{ + background-color:#030; + border:1px solid #666; +} \ No newline at end of file