5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-06 19:06:56 +00:00

Merge branch 'issue-13072' into panel.sutty.nl

This commit is contained in:
f 2023-04-21 12:33:00 -03:00
commit 7d439af38a

View file

@ -31,6 +31,11 @@ $sizes: (
"70ch": 70ch,
);
.btn {
background-color: var(--foreground);
color: var(--background);
}
@import "bootstrap";
@import "editor";
@ -202,8 +207,6 @@ svg {
}
.btn {
background-color: var(--foreground);
color: var(--background);
border: none;
border-radius: 0;
margin-right: 0.3rem;