Remove remnants of SASS

main
daviddgtnt 2024-10-16 16:08:35 -05:00
parent d6a444ff3f
commit abad789fc3
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;
}