mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-09 20:45:17 +02:00
Apps actions and reducer
This commit is contained in:
parent
2acc3b72ec
commit
78acede8ab
15 changed files with 230 additions and 27 deletions
|
@ -2,7 +2,7 @@
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
transition: all 0.3s;
|
||||
/* transition: all 0.3s; */
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
|
@ -12,6 +12,7 @@ body {
|
|||
--color-accent: #6677EB;
|
||||
|
||||
background-color: var(--color-background);
|
||||
transition: background-color 0.3s;
|
||||
/* font weights
|
||||
light 300
|
||||
regular 400
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue