From f77c69c1614c1e5e830d4606edb738986833c786 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Fri, 22 Nov 2024 23:17:38 +0700 Subject: [PATCH] agenda: fix button style --- style.scss | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/style.scss b/style.scss index 9c55b49..dc02323 100644 --- a/style.scss +++ b/style.scss @@ -2,14 +2,13 @@ $theme_fg_color: "@theme_fg_color"; $theme_bg_color: "@theme_bg_color"; +button { + all: unset; +} + window.Agenda { > button { - background: transparent; - color: transparent; margin: 24px; - padding: 0; - border: 0px solid transparent; - border-radius: 0px; > box { /* From https://css.glass */ font-size: 1.3em;