8
8
// ------------------------------
9
9
10
10
// Primary color of your brand (Used for primary buttons, glows, etc.)
11
- $brand-primary : #EF0754 ;
11
+ $brand-primary : rgb ( 7 , 213 , 180 ) ;
12
12
13
13
// Secondary color of your brand (used for secondary buttons)
14
- $brand-secondary : #FFBF0A ;
14
+ $brand-secondary : #ffa600 ;
15
15
16
16
// Success Buttons
17
17
$brand-success : rgb (46 , 204 , 113 );
18
18
19
19
// Danger/Negative Buttons
20
- $brand-danger : #FF490A ;
20
+ $brand-danger : #ff490a ;
21
21
22
22
// Black
23
23
$black : #2d2d2d ;
@@ -46,13 +46,13 @@ $github-gray: #e4e4e4;
46
46
// ------------------------------
47
47
48
48
// Styling for the fonts
49
- @mixin font-stack (){
50
- font-family : ' Source Sans Pro' , ' Helvetica Neue' , ' Helvetica' , sans-serif ;
49
+ @mixin font-stack () {
50
+ font-family : " Source Sans Pro" , " Helvetica Neue" , " Helvetica" , sans-serif ;
51
51
font-weight : 300 ;
52
52
}
53
53
54
- @mixin logo-font (){
55
- font-family : ' Montserrat' , ' Helvetica Neue' , ' Helvetica' , sans-serif ;
54
+ @mixin logo-font () {
55
+ font-family : " Montserrat" , " Helvetica Neue" , " Helvetica" , sans-serif ;
56
56
font-weight : 700 ;
57
57
}
58
58
@@ -67,7 +67,6 @@ $github-gray: #e4e4e4;
67
67
68
68
// The splash is the login page.
69
69
#splash {
70
-
71
70
// There are a few defaults that are here, which you can comment/uncomment,
72
71
// but you should feel free to change this to whatever you want.
73
72
@@ -85,7 +84,6 @@ $github-gray: #e4e4e4;
85
84
background : $brand-primary ;
86
85
}
87
86
88
-
89
87
// Banner which appears under the nav, and on each page.
90
88
#banner {
91
89
// Font color
@@ -105,4 +103,4 @@ $github-gray: #e4e4e4;
105
103
// Footer, which appears on each page.
106
104
footer {
107
105
color : darken (white , 25% );
108
- }
106
+ }
0 commit comments