From e13631e595a0d6f26781c61ceebafda3e958ddf0 Mon Sep 17 00:00:00 2001 From: Ameer J <52414509+ameerj@users.noreply.github.com> Date: Mon, 21 Dec 2020 01:49:55 -0500 Subject: [PATCH] Update tag style (#229) --- src/scss/yuzu/yuzu.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/scss/yuzu/yuzu.scss b/src/scss/yuzu/yuzu.scss index 5b0b54c4..5a814d51 100644 --- a/src/scss/yuzu/yuzu.scss +++ b/src/scss/yuzu/yuzu.scss @@ -94,7 +94,17 @@ a:hover { // Fix background color of monospaced text .content :not(pre) > code { - background: $dark; + background: #101010; +} + +code { + color: #FFFFFF; + font-size: 0.875em; + font-weight: 400; + padding: 0.15em 0.25em 0.15em 0.25em; + border: 1px solid #585d66; + border-radius: 4px; + box-shadow: 0 1px 1px rgba(0,0,0,0.125); } // Workaround for browsers without JavaScript for the downloads page