1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-28 22:53:04 +02:00

Merge pull request #49 from github/betta-contrast

Darker text for better contrast - fixes #37
This commit is contained in:
Phil Haack 2013-07-16 12:17:42 -07:00
commit 9084caac09

View File

@ -56,7 +56,7 @@ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav,
body {
background: #f5f1ec url(../images/bg.jpg);
color: #7e7974;
color: #5c5855;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.4;
@ -233,7 +233,7 @@ strong {
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
color: #7e7974;
color: #5c5855;
padding: 16px;
}
.see-more {
@ -276,7 +276,7 @@ strong {
font-size: 16px;
}
.license-rules .summary {
color: #7e7974;
color: #5c5855;
}
.license-rules td {
border-bottom: solid 1px #e9e6e2;
@ -379,7 +379,7 @@ strong {
border-top: 1px solid #e9e6e1;
margin-top: 30px;
padding-top: 20px;
color: #7e7974;
color: #5c5855;
font-size: 12px;
text-align: left;
line-height: 1.5;