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;