Skip to content

Commit f5eeca7

Browse files
style update
1 parent aa99e9d commit f5eeca7

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

client/stylesheets/scss/_branding.scss

+8-10
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
//------------------------------
99

1010
// Primary color of your brand (Used for primary buttons, glows, etc.)
11-
$brand-primary: #EF0754;
11+
$brand-primary: rgb(7, 213, 180);
1212

1313
// Secondary color of your brand (used for secondary buttons)
14-
$brand-secondary: #FFBF0A;
14+
$brand-secondary: #ffa600;
1515

1616
// Success Buttons
1717
$brand-success: rgb(46, 204, 113);
1818

1919
// Danger/Negative Buttons
20-
$brand-danger: #FF490A;
20+
$brand-danger: #ff490a;
2121

2222
// Black
2323
$black: #2d2d2d;
@@ -46,13 +46,13 @@ $github-gray: #e4e4e4;
4646
//------------------------------
4747

4848
// 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;
5151
font-weight: 300;
5252
}
5353

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;
5656
font-weight: 700;
5757
}
5858

@@ -67,7 +67,6 @@ $github-gray: #e4e4e4;
6767

6868
// The splash is the login page.
6969
#splash {
70-
7170
// There are a few defaults that are here, which you can comment/uncomment,
7271
// but you should feel free to change this to whatever you want.
7372

@@ -85,7 +84,6 @@ $github-gray: #e4e4e4;
8584
background: $brand-primary;
8685
}
8786

88-
8987
// Banner which appears under the nav, and on each page.
9088
#banner {
9189
// Font color
@@ -105,4 +103,4 @@ $github-gray: #e4e4e4;
105103
// Footer, which appears on each page.
106104
footer {
107105
color: darken(white, 25%);
108-
}
106+
}

0 commit comments

Comments
 (0)