Skip to content

Commit 10f7e6a

Browse files
authored
Update creative.css
1 parent 25f9217 commit 10f7e6a

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

css/creative.css

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ body {
1212
font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
1313
}
1414
hr {
15-
border-color: #F05F40;
15+
border-color: #A4000F;
1616
border-width: 3px;
1717
max-width: 50px;
1818
}
1919
hr.light {
20-
border-color: white;
20+
border-color: black;
2121
}
2222
a {
2323
-webkit-transition: all 0.35s;
2424
-moz-transition: all 0.35s;
2525
transition: all 0.35s;
26-
color: #F05F40;
26+
color: #A4000F;
2727
}
2828
a:hover,
2929
a:focus {
@@ -43,11 +43,11 @@ p {
4343
margin-bottom: 20px;
4444
}
4545
.bg-primary {
46-
background-color: #F05F40;
46+
background-color: #A4000F;
4747
}
4848
.bg-dark {
4949
background-color: #222222;
50-
color: white;
50+
color: black;
5151
}
5252
.text-faded {
5353
color: rgba(255, 255, 255, 0.7);
@@ -62,15 +62,15 @@ aside {
6262
padding: 0;
6363
}
6464
.navbar-default {
65-
background-color: white;
65+
background-color: black;
6666
border-color: rgba(34, 34, 34, 0.05);
6767
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
6868
-webkit-transition: all 0.35s;
6969
-moz-transition: all 0.35s;
7070
transition: all 0.35s;
7171
}
7272
.navbar-default .navbar-header .navbar-brand {
73-
color: #F05F40;
73+
color: #A4000F;
7474
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
7575
font-weight: 700;
7676
text-transform: uppercase;
@@ -94,11 +94,11 @@ aside {
9494
}
9595
.navbar-default .nav > li > a:hover,
9696
.navbar-default .nav > li > a:focus:hover {
97-
color: #F05F40;
97+
color: #A4000F;
9898
}
9999
.navbar-default .nav > li.active > a,
100100
.navbar-default .nav > li.active > a:focus {
101-
color: #F05F40 !important;
101+
color: #A4000F !important;
102102
background-color: transparent;
103103
}
104104
.navbar-default .nav > li.active > a:hover,
@@ -115,22 +115,22 @@ aside {
115115
}
116116
.navbar-default .navbar-header .navbar-brand:hover,
117117
.navbar-default .navbar-header .navbar-brand:focus {
118-
color: white;
118+
color: black;
119119
}
120120
.navbar-default .nav > li > a,
121121
.navbar-default .nav > li > a:focus {
122122
color: rgba(255, 255, 255, 0.7);
123123
}
124124
.navbar-default .nav > li > a:hover,
125125
.navbar-default .nav > li > a:focus:hover {
126-
color: white;
126+
color: black;
127127
}
128128
.navbar-default.affix {
129-
background-color: white;
129+
background-color: black;
130130
border-color: rgba(34, 34, 34, 0.05);
131131
}
132132
.navbar-default.affix .navbar-header .navbar-brand {
133-
color: #F05F40;
133+
color: #A4000F;
134134
font-size: 14px;
135135
}
136136
.navbar-default.affix .navbar-header .navbar-brand:hover,
@@ -143,7 +143,7 @@ aside {
143143
}
144144
.navbar-default.affix .nav > li > a:hover,
145145
.navbar-default.affix .nav > li > a:focus:hover {
146-
color: #F05F40;
146+
color: #A4000F;
147147
}
148148
}
149149
header {
@@ -157,7 +157,7 @@ header {
157157
background-position: center;
158158
background-image: url('/img/hacktrack-red.png');
159159
text-align: center;
160-
color: white;
160+
color: black;
161161
}
162162
header .header-content {
163163
position: relative;
@@ -230,7 +230,7 @@ header .header-content .header-content-inner p {
230230
margin: 0 auto;
231231
}
232232
.portfolio-box .portfolio-box-caption {
233-
color: white;
233+
color: black;
234234
opacity: 0;
235235
display: block;
236236
background: rgba(240, 95, 64, 0.9);
@@ -281,16 +281,16 @@ header .header-content .header-content-inner p {
281281
margin: 0 auto 20px;
282282
}
283283
.text-primary {
284-
color: #F05F40;
284+
color: #A4000F;
285285
}
286286
.no-gutter > [class*='col-'] {
287287
padding-right: 0;
288288
padding-left: 0;
289289
}
290290
.btn-default {
291291
color: #222222;
292-
background-color: white;
293-
border-color: white;
292+
background-color: black;
293+
border-color: black;
294294
-webkit-transition: all 0.35s;
295295
-moz-transition: all 0.35s;
296296
transition: all 0.35s;
@@ -328,17 +328,17 @@ fieldset[disabled] .btn-default:active,
328328
.btn-default.disabled.active,
329329
.btn-default[disabled].active,
330330
fieldset[disabled] .btn-default.active {
331-
background-color: white;
332-
border-color: white;
331+
background-color: black;
332+
border-color: black;
333333
}
334334
.btn-default .badge {
335-
color: white;
335+
color: black;
336336
background-color: #222222;
337337
}
338338
.btn-primary {
339-
color: white;
340-
background-color: #F05F40;
341-
border-color: #F05F40;
339+
color: black;
340+
background-color: #A4000F;
341+
border-color: #A4000F;
342342
-webkit-transition: all 0.35s;
343343
-moz-transition: all 0.35s;
344344
transition: all 0.35s;
@@ -349,7 +349,7 @@ fieldset[disabled] .btn-default.active {
349349
.btn-primary:active,
350350
.btn-primary.active,
351351
.open > .dropdown-toggle.btn-primary {
352-
color: white;
352+
color: black;
353353
background-color: #ee4b28;
354354
border-color: #ed431f;
355355
}
@@ -376,12 +376,12 @@ fieldset[disabled] .btn-primary:active,
376376
.btn-primary.disabled.active,
377377
.btn-primary[disabled].active,
378378
fieldset[disabled] .btn-primary.active {
379-
background-color: #F05F40;
380-
border-color: #F05F40;
379+
background-color: #A4000F;
380+
border-color: #A4000F;
381381
}
382382
.btn-primary .badge {
383-
color: #F05F40;
384-
background-color: white;
383+
color: #A4000F;
384+
background-color: black;
385385
}
386386
.btn {
387387
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
@@ -394,21 +394,21 @@ fieldset[disabled] .btn-primary.active {
394394
padding: 15px 30px;
395395
}
396396
::-moz-selection {
397-
color: white;
397+
color: black;
398398
text-shadow: none;
399399
background: #222222;
400400
}
401401
::selection {
402-
color: white;
402+
color: black;
403403
text-shadow: none;
404404
background: #222222;
405405
}
406406
img::selection {
407-
color: white;
407+
color: black;
408408
background: transparent;
409409
}
410410
img::-moz-selection {
411-
color: white;
411+
color: black;
412412
background: transparent;
413413
}
414414
body {

0 commit comments

Comments
 (0)