Finish implementing the Add Spell button
This commit is contained in:
parent
1f26bbae1b
commit
e5bd1e8338
5 changed files with 32 additions and 5 deletions
|
|
@ -4,10 +4,22 @@ $title-font: 'Pixelify Sans', sans-serif;
|
|||
$body-font: sans-serif;
|
||||
$input-font: $body-font;
|
||||
$background: #f2f2f2;
|
||||
/*
|
||||
Greens:
|
||||
Dark Cyan: #32908F, #048A81
|
||||
Verdigris: #48A9A6
|
||||
Cambridge Blue: #72BDA3
|
||||
Carribean Current: #28666E
|
||||
|
||||
Reds:
|
||||
Indian Red: #C1666B
|
||||
Persian Red: #C3423F
|
||||
Wine: #7C3238
|
||||
Penn Red: #960200
|
||||
*/
|
||||
|
||||
$colour-confirm: #00aa00;
|
||||
$text-on-confirm: black;
|
||||
$colour-confirm: #048A81;
|
||||
$text-on-confirm: white;
|
||||
|
||||
$colour-neutral: #007ACC;
|
||||
$text-on-neutral: white;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue