agenda: fix button style

This commit is contained in:
Tigor Hutasuhut 2024-11-22 23:17:38 +07:00
parent 8db34aa94c
commit f77c69c161

View file

@ -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;