Fixed two missing semicolons

This commit is contained in:
eudaimon 2023-01-18 13:39:35 +01:00
parent 6221dd6737
commit e0d8c8eebf
1 changed files with 2 additions and 2 deletions

View File

@ -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 {