From a137a2fb8f0451f1183b1badf606e2d37d57e7fe Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Wed, 2 Mar 2022 18:45:08 -0600 Subject: [PATCH] added code span to css styles --- static/index.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/index.css b/static/index.css index a4bfed5..d8a7d16 100644 --- a/static/index.css +++ b/static/index.css @@ -70,6 +70,13 @@ li { padding-bottom: 6px; } +span { + background-color: rgba(25, 25, 25, 0.6); + color: #50f77b; + padding-left: 2px; + padding-right: 2px; +} + a { text-decoration: none; color: #242124;