From 6f174a26123859c0614b4b1e19d93f44cfce7a98 Mon Sep 17 00:00:00 2001 From: cha0s Date: Sat, 30 Jan 2021 17:55:54 -0600 Subject: [PATCH] refactor: fake labels --- app/src/react/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/react/index.scss b/app/src/react/index.scss index dfa8e5d..67b6c68 100644 --- a/app/src/react/index.scss +++ b/app/src/react/index.scss @@ -100,7 +100,7 @@ code { font-family: monospace; } -label { +label, .label { background-color: rgba(255, 255, 255, 0.075); color: #ffffff; display: flex;