Skip to content

Commit 67a0aad

Browse files
committed
replace foreground color with a better contrast one
1 parent c387216 commit 67a0aad

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

_sass/_main.scss

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -284,15 +284,15 @@ a {
284284
color: #a40802;
285285
}
286286
h1 {
287-
color: #784942;
287+
color: #744640;
288288
font-size: 3em;
289289
}
290290
h1 > a {
291-
color: #784942;
291+
color: #744640;
292292
}
293293
h2 {
294294
font-size: 28px;
295-
color: #784942;
295+
color: #744640;
296296
}
297297
h3 {
298298
font-weight: bold;
@@ -389,7 +389,7 @@ body.index header .header-wrap {
389389
position: relative;
390390
}
391391
body.index header .header-wrap .installation .site-description {
392-
color: #784942;
392+
color: #744640;
393393
margin-bottom: 1.2em;
394394
margin-top: 8px;
395395
font-size: 22px;
@@ -401,9 +401,9 @@ body.index header .header-wrap .installation .card {
401401
-moz-border-radius: 5px;
402402
border-radius: 5px;
403403
background: #fff;
404-
-webkit-box-shadow: 0px 0px 1px #784942;
405-
-moz-box-shadow: 0px 0px 1px #784942;
406-
box-shadow: 0px 0px 1px #784942;
404+
-webkit-box-shadow: 0px 0px 1px #744640;
405+
-moz-box-shadow: 0px 0px 1px #744640;
406+
box-shadow: 0px 0px 1px #744640;
407407
position: relative;
408408
}
409409
body.index header .header-wrap .installation .card:before,
@@ -655,7 +655,7 @@ body.index header .header-wrap .callouts .call a small {
655655
display: block;
656656
margin-left: 115px;
657657
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
658-
color: #784942;
658+
color: #744640;
659659
}
660660
body.index header .header-wrap .callouts .call .bg {
661661
position: absolute;
@@ -668,9 +668,9 @@ body.index header .header-wrap .callouts .call .bg {
668668
-webkit-border-radius: 5px;
669669
-moz-border-radius: 5px;
670670
border-radius: 5px;
671-
-webkit-box-shadow: 0px 0px 1px #784942;
672-
-moz-box-shadow: 0px 0px 1px #784942;
673-
box-shadow: 0px 0px 1px #784942;
671+
-webkit-box-shadow: 0px 0px 1px #744640;
672+
-moz-box-shadow: 0px 0px 1px #744640;
673+
box-shadow: 0px 0px 1px #744640;
674674
opacity: 0;
675675
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
676676
}
@@ -731,7 +731,7 @@ section#content p code {
731731
padding-top: 0px !important;
732732
margin-top: 0px !important;
733733
line-height: 30px;
734-
color: #784942;
734+
color: #744640;
735735
}
736736
.panels pre {
737737
padding: 0px;
@@ -829,9 +829,9 @@ section#content p code {
829829
-webkit-border-radius: 5px;
830830
-moz-border-radius: 5px;
831831
border-radius: 5px;
832-
-webkit-box-shadow: 0px 0px 1px #784942;
833-
-moz-box-shadow: 0px 0px 1px #784942;
834-
box-shadow: 0px 0px 1px #784942;
832+
-webkit-box-shadow: 0px 0px 1px #744640;
833+
-moz-box-shadow: 0px 0px 1px #744640;
834+
box-shadow: 0px 0px 1px #744640;
835835
}
836836
.panels article.subscribe .rowInside {
837837
margin-top: 0px;
@@ -1325,7 +1325,7 @@ body.plugin .banner .wrap h2 {
13251325
margin-top: 0px !important;
13261326
margin-bottom: 20px !important;
13271327
padding-top: 0px !important;
1328-
color: #784942;
1328+
color: #744640;
13291329
}
13301330
body.plugin .banner .wrap h3.link {
13311331
font-size: 20px;
@@ -1430,9 +1430,9 @@ body.plugin .readme {
14301430
}
14311431
body.plugin .readme .wrap {
14321432
background-color: #fff;
1433-
-webkit-box-shadow: 0px 0px 1px #784942;
1434-
-moz-box-shadow: 0px 0px 1px #784942;
1435-
box-shadow: 0px 0px 1px #784942;
1433+
-webkit-box-shadow: 0px 0px 1px #744640;
1434+
-moz-box-shadow: 0px 0px 1px #744640;
1435+
box-shadow: 0px 0px 1px #744640;
14361436
-webkit-border-radius: 5px;
14371437
-moz-border-radius: 5px;
14381438
border-radius: 5px;
@@ -1549,9 +1549,9 @@ body.guide .documentation {
15491549
float: right;
15501550
overflow: visible;
15511551
background-color: #fff;
1552-
-webkit-box-shadow: 0px 0px 1px #784942;
1553-
-moz-box-shadow: 0px 0px 1px #784942;
1554-
box-shadow: 0px 0px 1px #784942;
1552+
-webkit-box-shadow: 0px 0px 1px #744640;
1553+
-moz-box-shadow: 0px 0px 1px #744640;
1554+
box-shadow: 0px 0px 1px #744640;
15551555
-webkit-border-radius: 5px;
15561556
-moz-border-radius: 5px;
15571557
border-radius: 5px;
@@ -1628,9 +1628,9 @@ body.api .documentation {
16281628
float: right;
16291629
overflow: visible;
16301630
background-color: #fff;
1631-
-webkit-box-shadow: 0px 0px 1px #784942;
1632-
-moz-box-shadow: 0px 0px 1px #784942;
1633-
box-shadow: 0px 0px 1px #784942;
1631+
-webkit-box-shadow: 0px 0px 1px #744640;
1632+
-moz-box-shadow: 0px 0px 1px #744640;
1633+
box-shadow: 0px 0px 1px #744640;
16341634
-webkit-border-radius: 5px;
16351635
-moz-border-radius: 5px;
16361636
border-radius: 5px;

0 commit comments

Comments
 (0)