set flat buttons to use primary color
This commit is contained in:
parent
65a6758d35
commit
4aaa9f6316
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ body {
|
|||
background-color: var(--background-color);
|
||||
}
|
||||
|
||||
.btn-flat {
|
||||
color: var(--font-color-main);
|
||||
}
|
||||
|
||||
.background {
|
||||
background: linear-gradient(
|
||||
25deg,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue