aboutsummaryrefslogtreecommitdiffstats
path: root/scss/pysite/_variables.scss
blob: 4b249387947fc4b8e2f7a094bbb4aef1b1035783 (plain) (blame)
1
2
3
4
5
6
7
8
// Variables for use throughout the site's SCSS files


$white: #FFFFFF;
$black: #000000;
$red: #FF0000;

$primary_background: #7289DA;