diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-25 18:08:26 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-07-25 18:08:26 +0200 |
commit | f12d8515e95f4ecee0f3b8586f64b8fd997a4bd9 (patch) | |
tree | 735343c9918e23985b35c2cd9b542e31afe42945 /sass | |
parent | b06177261061ab3e716743b5d5b57f6a6d8cc977 (diff) |
backend selection: -v; mark active backend
Diffstat (limited to 'sass')
-rw-r--r-- | sass/app.scss | 4 |
1 files changed, 4 insertions, 0 deletions
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; |