mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-17 14:46:22 +00:00
Revert "fix: establecer el color por defecto de los botones"
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This reverts commit 05bfc95db6
.
This commit is contained in:
parent
6a114eaf0f
commit
67ffba83f6
1 changed files with 2 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue