From 9e987167e60e5c5febd30085039c977c1c2052bd Mon Sep 17 00:00:00 2001 From: creme Date: Thu, 5 Aug 2021 14:17:35 +0200 Subject: [PATCH] move extra.css to same "format" as matrix-doc.. --- docs/stylesheets/extra.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index fa17215..18a2437 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -1,3 +1,11 @@ +main { + background-color: #1e202e; +} +code{ + background-color:#030; + border:1px solid #666; +} + .md-nav__item .md-nav__link--active { color: #10A0A0; } @@ -7,10 +15,3 @@ .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