Skip to content

Commit 97daa2b

Browse files
authored
Update creative.css
1 parent 10f7e6a commit 97daa2b

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

css/creative.css

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ body {
1212
font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
1313
}
1414
hr {
15-
border-color: #A4000F;
15+
border-color: #67000A;
1616
border-width: 3px;
1717
max-width: 50px;
1818
}
@@ -23,7 +23,7 @@ a {
2323
-webkit-transition: all 0.35s;
2424
-moz-transition: all 0.35s;
2525
transition: all 0.35s;
26-
color: #A4000F;
26+
color: #67000A;
2727
}
2828
a:hover,
2929
a:focus {
@@ -43,10 +43,10 @@ p {
4343
margin-bottom: 20px;
4444
}
4545
.bg-primary {
46-
background-color: #A4000F;
46+
background-color: #67000A;
4747
}
4848
.bg-dark {
49-
background-color: #222222;
49+
background-color: #F0F0F0;
5050
color: black;
5151
}
5252
.text-faded {
@@ -70,7 +70,7 @@ aside {
7070
transition: all 0.35s;
7171
}
7272
.navbar-default .navbar-header .navbar-brand {
73-
color: #A4000F;
73+
color: #67000A;
7474
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
7575
font-weight: 700;
7676
text-transform: uppercase;
@@ -82,23 +82,23 @@ aside {
8282
.navbar-default .navbar-header .navbar-toggle {
8383
font-weight: 700;
8484
font-size: 12px;
85-
color: #222222;
85+
color: #F0F0F0;
8686
text-transform: uppercase;
8787
}
8888
.navbar-default .nav > li > a,
8989
.navbar-default .nav > li > a:focus {
9090
text-transform: uppercase;
9191
font-weight: 700;
9292
font-size: 13px;
93-
color: #222222;
93+
color: #F0F0F0;
9494
}
9595
.navbar-default .nav > li > a:hover,
9696
.navbar-default .nav > li > a:focus:hover {
97-
color: #A4000F;
97+
color: #67000A;
9898
}
9999
.navbar-default .nav > li.active > a,
100100
.navbar-default .nav > li.active > a:focus {
101-
color: #A4000F !important;
101+
color: #67000A !important;
102102
background-color: transparent;
103103
}
104104
.navbar-default .nav > li.active > a:hover,
@@ -130,7 +130,7 @@ aside {
130130
border-color: rgba(34, 34, 34, 0.05);
131131
}
132132
.navbar-default.affix .navbar-header .navbar-brand {
133-
color: #A4000F;
133+
color: #67000A;
134134
font-size: 14px;
135135
}
136136
.navbar-default.affix .navbar-header .navbar-brand:hover,
@@ -139,11 +139,11 @@ aside {
139139
}
140140
.navbar-default.affix .nav > li > a,
141141
.navbar-default.affix .nav > li > a:focus {
142-
color: #222222;
142+
color: #F0F0F0;
143143
}
144144
.navbar-default.affix .nav > li > a:hover,
145145
.navbar-default.affix .nav > li > a:focus:hover {
146-
color: #A4000F;
146+
color: #67000A;
147147
}
148148
}
149149
header {
@@ -281,14 +281,14 @@ header .header-content .header-content-inner p {
281281
margin: 0 auto 20px;
282282
}
283283
.text-primary {
284-
color: #A4000F;
284+
color: #67000A;
285285
}
286286
.no-gutter > [class*='col-'] {
287287
padding-right: 0;
288288
padding-left: 0;
289289
}
290290
.btn-default {
291-
color: #222222;
291+
color: #F0F0F0;
292292
background-color: black;
293293
border-color: black;
294294
-webkit-transition: all 0.35s;
@@ -301,7 +301,7 @@ header .header-content .header-content-inner p {
301301
.btn-default:active,
302302
.btn-default.active,
303303
.open > .dropdown-toggle.btn-default {
304-
color: #222222;
304+
color: #F0F0F0;
305305
background-color: #f2f2f2;
306306
border-color: #ededed;
307307
}
@@ -333,12 +333,12 @@ fieldset[disabled] .btn-default.active {
333333
}
334334
.btn-default .badge {
335335
color: black;
336-
background-color: #222222;
336+
background-color: #F0F0F0;
337337
}
338338
.btn-primary {
339339
color: black;
340-
background-color: #A4000F;
341-
border-color: #A4000F;
340+
background-color: #67000A;
341+
border-color: #67000A;
342342
-webkit-transition: all 0.35s;
343343
-moz-transition: all 0.35s;
344344
transition: all 0.35s;
@@ -376,11 +376,11 @@ fieldset[disabled] .btn-primary:active,
376376
.btn-primary.disabled.active,
377377
.btn-primary[disabled].active,
378378
fieldset[disabled] .btn-primary.active {
379-
background-color: #A4000F;
380-
border-color: #A4000F;
379+
background-color: #67000A;
380+
border-color: #67000A;
381381
}
382382
.btn-primary .badge {
383-
color: #A4000F;
383+
color: #67000A;
384384
background-color: black;
385385
}
386386
.btn {
@@ -396,12 +396,12 @@ fieldset[disabled] .btn-primary.active {
396396
::-moz-selection {
397397
color: black;
398398
text-shadow: none;
399-
background: #222222;
399+
background: #F0F0F0;
400400
}
401401
::selection {
402402
color: black;
403403
text-shadow: none;
404-
background: #222222;
404+
background: #F0F0F0;
405405
}
406406
img::selection {
407407
color: black;
@@ -412,5 +412,5 @@ img::-moz-selection {
412412
background: transparent;
413413
}
414414
body {
415-
webkit-tap-highlight-color: #222222;
415+
webkit-tap-highlight-color: #F0F0F0;
416416
}

0 commit comments

Comments
 (0)