From f12d8515e95f4ecee0f3b8586f64b8fd997a4bd9 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Thu, 25 Jul 2024 18:08:26 +0200 Subject: backend selection: -v; mark active backend --- sass/app.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sass') diff --git a/sass/app.scss b/sass/app.scss index f92d5dc..3009ac7 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -995,6 +995,10 @@ input[type="submit"]:active, box-shadow: inset 0 3px 5px rgba(0,0,0,.125); } +.button-active { + font-weight: bold; +} + .button-light { color: $fg1; background-color: $bg; -- cgit v1.2.3