5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 21:15:44 +00:00

Revert "fix: establecer el color por defecto de los botones"
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This reverts commit 05bfc95db6.
This commit is contained in:
f 2023-04-21 14:53:37 -03:00
parent 6a114eaf0f
commit 67ffba83f6

View file

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