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;