From a30f4b7e76bcf9bbf818fd6f37f2dd1c7a6e4325 Mon Sep 17 00:00:00 2001 From: f0x Date: Thu, 8 Jul 2021 21:31:27 +0200 Subject: [PATCH] generalize .button class styling --- web/source/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/source/style.css b/web/source/style.css index 17322ae7a..c26e27467 100644 --- a/web/source/style.css +++ b/web/source/style.css @@ -59,7 +59,7 @@ a { color: $acc1; } -a.button, button { +.button, button { border-radius: 0.2rem; background: $acc1; color: $fg;