mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-18 08:46:22 +00:00
Merge branch 'issue-13072' into panel.sutty.nl
This commit is contained in:
commit
7d439af38a
1 changed files with 5 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue