blob: e824587bdb3a9a50a1c3df548056485101ba5c8f (
plain)
1
|
/* 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;}
|