removed unusused scss file

master
Rachel Lambda Samuelsson 2022-01-27 20:23:37 +01:00
parent 62b5c1f9f3
commit 2409c1f3a1
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
$backgroundColor: #ffffff;
$bodyColor: #000000;
$bodyFont: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
body {
background: $backgroundColor;
color: $bodyColor;
font-family: $bodyFont;
}