forked from hagstofan/heimsmarkmid-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvariables.scss
18 lines (16 loc) · 890 Bytes
/
variables.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Here you can override any of the Sass variables from Open SDG. This is the
// easiest way to change things like colors and dimensions. Below are a few
// examples of variables. For a full list, see this folder:
// https://github.com/open-sdg/open-sdg/tree/master/_sass/variables
//$goal-colors: #E52B3D #DDA63A #4C9F38 #C42130 #FF3E24 #28BCE1 #FCC30B #A21942 #FD6925 #DD1367 #FD9C27 #BF8B2E #417D46 #0A96D8 #57BE2F #00689C #1F4A6A;
//$goal-banner-backgroundColors: white white white white white white white white white white white white white white white white white;
//$text-color: #333;
//$color-dark: black;
//$color-light: white;
//$backgroundColor: white;
//$link-color: #337ab7;
//$footer-text-color: #000000;
$indicatorContent-horizontalRule-color: transparent;
$focusColor: initial !important;
$focusBackgroundColor: initial !important;
$focusOutlineColor: initial !important;