Skip to content

Commit 9710f0e

Browse files
committed
Chose wankier brand colours.
1 parent fcdf7a6 commit 9710f0e

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

website/css/agency.css

+15-15
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ p {
1313
}
1414

1515
a {
16-
color: #fed136;
16+
color: #48e5c2;
1717
}
1818

1919
a:hover {
20-
color: #fec503;
20+
color: #1fdbb1;
2121
}
2222

2323
.text-primary {
24-
color: #fed136 !important;
24+
color: #48e5c2 !important;
2525
}
2626

2727
h1,
@@ -78,13 +78,13 @@ section h3.section-subheading-without-margin {
7878
}
7979

8080
.btn-primary {
81-
background-color: #fed136;
82-
border-color: #fed136;
81+
background-color: #48e5c2;
82+
border-color: #48e5c2;
8383
}
8484

8585
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
86-
background-color: #fec810 !important;
87-
border-color: #fec810 !important;
86+
background-color: #27e0b7 !important;
87+
border-color: #27e0b7 !important;
8888
color: white;
8989
}
9090

@@ -93,12 +93,12 @@ section h3.section-subheading-without-margin {
9393
}
9494

9595
::-moz-selection {
96-
background: #fed136;
96+
background: #48e5c2;
9797
text-shadow: none;
9898
}
9999

100100
::selection {
101-
background: #fed136;
101+
background: #48e5c2;
102102
text-shadow: none;
103103
}
104104

@@ -121,17 +121,17 @@ img::-moz-selection {
121121
text-transform: uppercase;
122122
color: white;
123123
border: 0;
124-
background-color: #fed136;
124+
background-color: #48e5c2;
125125
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
126126
}
127127

128128
#mainNav .navbar-brand {
129-
color: #fed136;
129+
color: #48e5c2;
130130
font-family: "Pacifico", "Helvetica Neue", Helvetica, Arial, sans-serif;
131131
}
132132

133133
#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
134-
color: #fec503;
134+
color: #1fdbb1;
135135
}
136136

137137
#mainNav .navbar-nav .nav-item .nav-link {
@@ -144,7 +144,7 @@ img::-moz-selection {
144144
}
145145

146146
#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
147-
color: #fed136;
147+
color: #48e5c2;
148148
}
149149

150150
@media (min-width: 992px) {
@@ -224,7 +224,7 @@ header.masthead .intro-text .intro-heading {
224224
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
225225
}
226226
header.masthead .intro-text .intro-heading {
227-
color: #fed136;
227+
color: #48e5c2;
228228
font-size: 75px;
229229
font-weight: 700;
230230
line-height: 75px;
@@ -303,5 +303,5 @@ ul.social-buttons li a {
303303
}
304304

305305
ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
306-
background-color: #fed136;
306+
background-color: #48e5c2;
307307
}

website/css/agency.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/img/header-bg.jpg

100755100644
222 KB
Loading

website/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ <h2 class="section-heading text-uppercase">Frequently Asked Questions</h2>
286286
Are you serious?
287287
</div>
288288
<div class="row answer">
289-
Ludicrous! Doesn't everyone want Exposure? What's wrong with you?!?
289+
Rude! Doesn't everyone want Exposure? What's wrong with you?!?
290290
</div>
291291
<div class="row question">
292292
What can I do with Exposure?

website/scss/_variables.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ $gray-800: #343a40 !default;
1414
$gray-900: #212529 !default;
1515
$black: #000 !default;
1616

17-
$primary: #fed136 !default;
17+
$primary: #48e5c2 !default;

0 commit comments

Comments
 (0)