From e321c113b2905716d289c84022f3a22a1ef442b7 Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Tue, 6 Jul 2021 22:52:52 +0500 Subject: [PATCH] Make visual changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Return the old color of the top bar * The transclusion source does not take the whole line anymore—it floats now --- static/default.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/default.css b/static/default.css index b183e94..7cecd71 100644 --- a/static/default.css +++ b/static/default.css @@ -141,7 +141,7 @@ article pre.codeblock { padding:.5rem; white-space: pre-wrap; border-radius: .25 .transclusion { border-radius: .25rem; margin-bottom: .25rem; } .transclusion_failed { padding: 0 .5rem; } .transclusion__content > *:not(.binary-container) {margin: 0.5rem; } -.transclusion__link {display: block; text-align: right; font-style: italic; margin-top: .5rem; margin-right: .25rem; text-decoration: none;} +.transclusion__link {display: block; float: right; text-align: right; font-style: italic; margin-right: .25rem; text-decoration: none;} .transclusion__link::before {content: "⇐ ";} /* Derived from https://commons.wikimedia.org/wiki/File:U%2B21D2.svg */ @@ -239,9 +239,9 @@ table, /* Other stuff */ html { background-color: #eee; } -header { background-color: #eee; } +header { background-color: #ddd; } .header-links__link { color: black; } -.header-links__link:hover { background-color: #ddd; } +.header-links__link:hover { background-color: #eee; } main { background-color: white; } .shy-link { color: black; }