mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 09:31:40 -05:00
2 lines
209 B
SCSS
2 lines
209 B
SCSS
![]() |
/* Define standard variables and values for website */$bgcolor: lightblue;$textcolor: darkblue;$fontsize: 18px;/* Use the variables */body{background-color: $bgcolor; color: $textcolor; font-size: $fontsize;}
|