Add basic styling

This commit is contained in:
Jorik Schellekens
2020-06-04 16:04:35 +01:00
parent 170c75144d
commit af90eaa32d
3 changed files with 55 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
$app-background: #f4f4f4;
$background: #ffffff;
$foreground: #000000;
$font: #333333;
$grey: #666666;
$accent: #0098d4;