From 1bc305b48ee36c0d904f2a397713a4bdd900f054 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Wed, 11 Dec 2019 00:52:41 -0500 Subject: [PATCH] Added missing semicolon to theme. --- tridactyl/themes/onedark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tridactyl/themes/onedark.css b/tridactyl/themes/onedark.css index 3be25b0..be64698 100644 --- a/tridactyl/themes/onedark.css +++ b/tridactyl/themes/onedark.css @@ -130,7 +130,7 @@ .TridactylStatusIndicator { background: var(--tridactyl-bg) !important; border: 1px var(--base0B) solid !important; - color: var(--base0B) + color: var(--base0B); border: unset !important; bottom: 0 !important; font-size: 12pt !important;