2016-08-30 22:01:23 +02:00
|
|
|
// Colours
|
2018-06-03 18:41:22 +02:00
|
|
|
$zeus-orange: #ff7f00;
|
|
|
|
$zeus-blue: #00c4ff;
|
2016-10-03 19:21:29 +02:00
|
|
|
|
2018-06-03 18:41:22 +02:00
|
|
|
$body-background: #fff;
|
2016-11-06 00:22:37 +01:00
|
|
|
|
2017-12-17 20:19:52 +01:00
|
|
|
$tile-orange: $zeus-orange;
|
2016-10-04 16:06:26 +02:00
|
|
|
|
2018-06-03 18:41:22 +02:00
|
|
|
$navbar-border-color: #ccc;
|
|
|
|
$event-border-color: #ddd;
|
2016-10-04 23:11:11 +02:00
|
|
|
|
2016-08-30 22:01:23 +02:00
|
|
|
$orange: $zeus-orange;
|
2016-10-03 19:21:29 +02:00
|
|
|
$blue: $zeus-blue;
|
2018-06-03 18:41:22 +02:00
|
|
|
$turquoise: #30d1b2;
|
2016-10-04 23:11:11 +02:00
|
|
|
|
2018-04-14 23:33:56 +02:00
|
|
|
$link: $orange;
|
2018-04-14 23:42:43 +02:00
|
|
|
$link-visited: $link;
|
2016-08-30 22:01:23 +02:00
|
|
|
|
2016-10-12 10:57:23 +02:00
|
|
|
$border-hover: $blue;
|
2016-10-03 20:52:01 +02:00
|
|
|
|
2018-06-03 18:41:22 +02:00
|
|
|
$box-colour: #eee;
|
2016-08-30 22:01:23 +02:00
|
|
|
$highlighted-box-colour: $zeus-orange;
|
2018-06-03 18:41:22 +02:00
|
|
|
$highlighted-text-colour: #fff;
|
2016-08-30 22:01:23 +02:00
|
|
|
$highlighted-link-colour: #222324;
|
2016-08-02 19:54:18 +02:00
|
|
|
|
2018-06-03 18:41:22 +02:00
|
|
|
$cammie-controls-color: rgba(0, 0, 0, .60);
|
2016-08-30 22:01:23 +02:00
|
|
|
|
|
|
|
$event-padding: 10px;
|
2016-12-12 14:48:45 +01:00
|
|
|
|
2017-10-11 22:31:19 +02:00
|
|
|
$primary: $orange;
|
|
|
|
$secondary: $zeus-blue;
|
|
|
|
$tertiary: $box-colour;
|
2018-06-03 18:41:22 +02:00
|
|
|
|
|
|
|
// Let's trust the font the user chose
|
|
|
|
$family-sans-serif: sans-serif;
|