aboutsummaryrefslogtreecommitdiffstats
path: root/scss/pysite/_variables.scss
blob: 411444fc8b595bff93782a03f8499c49209cba58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Variables for use throughout the site's SCSS files


$white: #FFFFFF;
$black: #000000;
$red: #FF0000;
$green: #00FF00;

$success_colour: #32D296;
$danger_colour: #F0506E;
$muted_colour: #999999;

$primary_background: #7289DA;
$muted_background: #F8F8F8;

$global_border: #E5E5E5;