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

Revert "fix: establecer el color por defecto de los botones"

This reverts commit 05bfc95db6.
This commit is contained in:
f 2023-04-17 18:46:31 -03:00
parent 264c52a53f
commit 0f09d8c9c8

View file

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