Skip to content

Commit af8767c

Browse files
committed
tweak colors and make main text stand out more
Closes #792 Squashed commit of the following: commit c669afb Author: Seth Ladd <[email protected]> Date: Fri Aug 7 14:23:46 2015 -0700 tweak colors and make main text stand out more
1 parent 82aa454 commit af8767c

File tree

1 file changed

+14
-24
lines changed

1 file changed

+14
-24
lines changed

lib/resources/styles.css

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

2-
/* Palette generated by Material Palette - materialpalette.com/blue-grey/light-blue */
2+
/* Palette generated by Material Palette - materialpalette.com/blue/cyan */
33

4-
.dark-primary-color { background: #455A64; }
5-
.default-primary-color { background: #607D8B; }
6-
.light-primary-color { background: #CFD8DC; }
4+
.dark-primary-color { background: #1976D2; }
5+
.default-primary-color { background: #2196F3; }
6+
.light-primary-color { background: #BBDEFB; }
77
.text-primary-color { color: #FFFFFF; }
8-
.accent-color { background: #03A9F4; }
8+
.accent-color { background: #00BCD4; }
99
.primary-text-color { color: #212121; }
1010
.secondary-text-color { color: #727272; }
1111
.divider-color { border-color: #B6B6B6; }
@@ -22,6 +22,7 @@ body {
2222
-webkit-font-smoothing: antialiased;
2323
-webkit-text-size-adjust: 100%;
2424
overflow-x: hidden;
25+
color: #212121;
2526
}
2627

2728
nav {
@@ -46,7 +47,7 @@ nav .container {
4647
}
4748

4849
header {
49-
background-color: #607D8B;
50+
background-color: #2196F3;
5051
color: white;
5152
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
5253
}
@@ -113,18 +114,12 @@ p {
113114
margin-bottom: 1em;
114115
}
115116

116-
p,
117-
ul,
118-
li {
119-
color: #727272;
120-
}
121-
122117
p.no-docs {
123118
font-style: italic;
124119
}
125120

126-
a {
127-
color: #455A64;
121+
a, a:hover {
122+
color: #1976D2;
128123
}
129124

130125
pre {
@@ -199,7 +194,7 @@ header li {
199194
}
200195

201196
header h1 .kind {
202-
color: #CFD8DC;
197+
color: #DDDDDD;
203198
text-transform: uppercase;
204199
font-size: 13px;
205200
}
@@ -217,7 +212,7 @@ section.summary h2 {
217212
color: #727272;
218213
margin-bottom: 16px;
219214
padding-bottom: 4px;
220-
border-bottom: 1px solid #CFD8DC;
215+
border-bottom: 1px solid #DDDDDD;
221216
}
222217

223218
/* indents wrapped lines */
@@ -291,7 +286,7 @@ footer .container-fluid {
291286
}
292287

293288
.copyright a {
294-
color: #727272;
289+
color: #212121;
295290
}
296291

297292
.markdown h1 {
@@ -369,11 +364,11 @@ footer .container-fluid {
369364
}
370365

371366
.self-crumb {
372-
color: #CFD8DC;
367+
color: #DDDDDD;
373368
}
374369

375370
nav .self-name {
376-
color: #CFD8DC;
371+
color: #DDDDDD;
377372
display: none;
378373
}
379374

@@ -448,12 +443,7 @@ ul.subnav li {
448443
}
449444

450445
ul.subnav li a {
451-
color: #CFD8DC;
452-
}
453-
454-
ul.subnav li a:hover {
455446
color: #FFFFFF;
456-
text-decoration: none;
457447
}
458448

459449
ul.subnav li {

0 commit comments

Comments
 (0)