8f1ab3485e
* Add a way to display flash messages * Make the flash messages look nice * Add actual feedback messages * cargo fmt * Move flash messages to PlumeRocket And add trait to convert PlumeRocket to BaseContext * Remove useless lifetime
19 lines
334 B
SCSS
19 lines
334 B
SCSS
// Color Scheme
|
|
$background: #F4F4F4;
|
|
$form-input-background: #FFFFFF;
|
|
$gray: #E3E3E3;
|
|
$lightgray: #ECECEC;
|
|
$black: #242424;
|
|
$white: #F4F4F4;
|
|
$purple: #7765E3;
|
|
$lightpurple: #c2bbee;
|
|
$red: #E92F2F;
|
|
$yellow: #ffe347;
|
|
$green: #23f0c7;
|
|
|
|
// Fonts
|
|
|
|
$route159: "Route159", serif;
|
|
$playfair: "Playfair Display", serif;
|
|
$lora: "Lora", serif;
|