From e0d8c8eebf9c1441727c9fae235efc902c6be8fb Mon Sep 17 00:00:00 2001 From: eudaimon Date: Wed, 18 Jan 2023 13:39:35 +0100 Subject: [PATCH] Fixed two missing semicolons --- gtk-common/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk-common/common.css b/gtk-common/common.css index d14beca..d33b7a4 100644 --- a/gtk-common/common.css +++ b/gtk-common/common.css @@ -168,8 +168,8 @@ label { color: @disabled_fg; }*/ /*label:backdrop { color: @wm_unfocused_title; }*/ -label.error {color: @error_color} -label.warning {color: @warning_color} +label.error {color: @error_color;} +label.warning {color: @warning_color;} .dim-label, label.separator, .titlebar:not(headerbar) .subtitle, headerbar .subtitle {