generated from lucien/actix-react-template
add style inline for the button component and theme colors
This commit is contained in:
parent
f3dc0e99f8
commit
5c4ac78dee
3 changed files with 31 additions and 2 deletions
7
front/src/index.css
Normal file
7
front/src/index.css
Normal file
|
@ -0,0 +1,7 @@
|
|||
/* Define theme colors */
|
||||
:root {
|
||||
--color-verydarkblue: #00204a;
|
||||
--color-darkblue: #005792;
|
||||
--color-lightblue: #00bbf0;
|
||||
--color-yellow: #fdb44b;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue