From 2ee76ed5d31d97f8545eb37f63d72746086d7a4d Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Sun, 9 May 2021 08:51:27 +0300 Subject: [PATCH] Add missing "}" --- content/auto_devtools_theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/auto_devtools_theme.css b/content/auto_devtools_theme.css index 0c8d450..19823ef 100644 --- a/content/auto_devtools_theme.css +++ b/content/auto_devtools_theme.css @@ -183,6 +183,7 @@ See the above repository for updates as well as full license text. */ --error-color: var(--red-20) !important; --console-output-color: white !important; - scrollbar-color: var(--grey-50) var(--theme-splitter-color) !important + scrollbar-color: var(--grey-50) var(--theme-splitter-color) !important; + } } } \ No newline at end of file