Skip to content

Commit 0132779

Browse files
authored
Merge pull request #60 from MITLibraries/frances/small-adjustments
adjust gray
2 parents bc66b00 + e24ef7a commit 0132779

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed

_assets/sass/global/_variables.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,16 @@ $black-t: #000; // true black
2020
$white: #fafafa;
2121
$white-warm: #ede8e2;
2222
$white-t: #fff; // true white
23-
$gray: #595959;
23+
$gray: #595959; // accessible on #f3f3f3
2424
$gray-d1: #333;
2525
$gray-d2: #222;
26-
$gray-l1: #999;
26+
$gray-l1: #767676; // accessible on #fff
2727
$gray-l2: #ccc;
2828
$gray-l3: #dedede;
2929
$gray-l4: #f3f3f3;
3030
$gray-warm: #c6b6a3;
31-
$transparent: rgba(0, 0, 0, 0);
31+
$transparent: rgba(0, 0, 0, 0); // transparent black
32+
$transparent-w: rgba(255,255,255,0); // transparent white
3233
$glare: rgba($white-t, .3);
3334
$shadow: rgba($black-t, .5);
3435
$smoke: rgba($gray, .3);

dest/css/guide-helper.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ dd {
168168
hr {
169169
margin: 2rem 0;
170170
border: none;
171-
border-top: 1px solid #999;
171+
border-top: 1px solid #767676;
172172
}
173173

174174
.wrap-outer-header.reasons {
@@ -240,14 +240,14 @@ hr {
240240
margin-bottom: .5em;
241241
font-size: 1.4rem;
242242
text-transform: uppercase;
243-
color: #999;
243+
color: #767676;
244244
}
245245

246246
.hd-subtitle3, .wrap-content .subtitle3 {
247247
margin-bottom: .5em;
248248
font-size: 1.2rem;
249249
text-transform: uppercase;
250-
color: #999;
250+
color: #767676;
251251
}
252252

253253
.copy-lead, .panel .panel-heading {
@@ -967,7 +967,7 @@ form .error .hint {
967967
max-width: 100%;
968968
}
969969
.wrap-header .link-logo-mit .logo-mit {
970-
fill: #999;
970+
fill: #767676;
971971
}
972972
.wrap-header .link-logo-mit .logo-mit .color {
973973
fill: #fafafa;
@@ -1054,7 +1054,7 @@ form .error .hint {
10541054
.wrap-outer-footer-institute {
10551055
background-color: #595959;
10561056
font-size: 1rem;
1057-
color: #999;
1057+
color: #767676;
10581058
}
10591059
.wrap-outer-footer-institute a {
10601060
color: #fafafa;
@@ -1063,7 +1063,7 @@ form .error .hint {
10631063
display: inline-block;
10641064
}
10651065
.wrap-outer-footer-institute .link-logo-mit .logo-mit {
1066-
fill: #999;
1066+
fill: #767676;
10671067
}
10681068
.wrap-outer-footer-institute .link-logo-mit .logo-mit .color {
10691069
fill: #fafafa;
@@ -1153,8 +1153,8 @@ abbr.required {
11531153
color: #eee;
11541154
}
11551155
.box-color.gray-l1 {
1156-
background-color: #999;
1157-
color: #333;
1156+
background-color: #767676;
1157+
color: #eee;
11581158
}
11591159
.box-color.gray-l2 {
11601160
background-color: #ccc;

dest/css/libraries-main.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ dd {
168168
hr {
169169
margin: 2rem 0;
170170
border: none;
171-
border-top: 1px solid #999;
171+
border-top: 1px solid #767676;
172172
}
173173

174174
.wrap-outer-header.reasons {
@@ -240,14 +240,14 @@ hr {
240240
margin-bottom: .5em;
241241
font-size: 1.4rem;
242242
text-transform: uppercase;
243-
color: #999;
243+
color: #767676;
244244
}
245245

246246
.hd-subtitle3, .wrap-content .subtitle3 {
247247
margin-bottom: .5em;
248248
font-size: 1.2rem;
249249
text-transform: uppercase;
250-
color: #999;
250+
color: #767676;
251251
}
252252

253253
.copy-lead, .panel .panel-heading {
@@ -967,7 +967,7 @@ form .error .hint {
967967
max-width: 100%;
968968
}
969969
.wrap-header .link-logo-mit .logo-mit {
970-
fill: #999;
970+
fill: #767676;
971971
}
972972
.wrap-header .link-logo-mit .logo-mit .color {
973973
fill: #fafafa;
@@ -1054,7 +1054,7 @@ form .error .hint {
10541054
.wrap-outer-footer-institute {
10551055
background-color: #595959;
10561056
font-size: 1rem;
1057-
color: #999;
1057+
color: #767676;
10581058
}
10591059
.wrap-outer-footer-institute a {
10601060
color: #fafafa;
@@ -1063,7 +1063,7 @@ form .error .hint {
10631063
display: inline-block;
10641064
}
10651065
.wrap-outer-footer-institute .link-logo-mit .logo-mit {
1066-
fill: #999;
1066+
fill: #767676;
10671067
}
10681068
.wrap-outer-footer-institute .link-logo-mit .logo-mit .color {
10691069
fill: #fafafa;

0 commit comments

Comments
 (0)