Skip to content

Commit 50cc0e5

Browse files
committed
Use darker shades for text color
1 parent da2f89b commit 50cc0e5

1 file changed

Lines changed: 149 additions & 0 deletions

File tree

di_website/static/css/di_website.css

Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,3 +354,152 @@ body.body--poppy .pullout.so-what {
354354
.reduce_section_margins {
355355
margin: 4em;
356356
}
357+
358+
.color-sunflower {
359+
color: #a85d00 !important;
360+
}
361+
362+
.color-leaf {
363+
color: #007851 !important;
364+
}
365+
366+
.color-bluebell {
367+
color: #0071b1 !important;
368+
}
369+
370+
.color-marigold {
371+
color: #ac4622 !important;
372+
}
373+
374+
.color-poppy {
375+
color: #bc2629 !important;
376+
}
377+
378+
body.body--sunflower .m-authors a {
379+
color: #a85d00 !important; }
380+
381+
body.body--sunflower .is-typeset a:not(.button) {
382+
color: #a85d00 !important; }
383+
body.body--sunflower .section-chapter__link {
384+
color: #a85d00 !important; }
385+
body.body--sunflower .section-chapter__number {
386+
color: #a85d00 !important;
387+
}
388+
body.body--sunflower .media-caption a {
389+
color: #a85d00 !important; }
390+
body.body--sunflower .m-downloads__list a {
391+
color: #a85d00 !important; }
392+
body.body--sunflower .download__link {
393+
color: #a85d00 !important; }
394+
body.body--sunflower .orderReport__content .button {
395+
color: #a85d00 !important;}
396+
body.body--sunflower .footnotes__text a {
397+
color: #a85d00 !important; }
398+
body.body--sunflower .footnotes__link {
399+
color: #a85d00 !important; }
400+
body.body--sunflower .footnotes__return {
401+
color: #a85d00 !important; }
402+
body.body--sunflower blockquote p, body.body--sunflower blockquote cite {
403+
color: #a85d00 !important; }
404+
body.body--sunflower .chapter-block-wrapper .button {
405+
color: #a85d00 !important; }
406+
body.body--sunflower .chapter-block-wrapper .list-item a, body.body--sunflower .chapter-block-wrapper .unordered-list li a, .unordered-list body.body--sunflower .chapter-block-wrapper li a, body.body--sunflower .chapter-block-wrapper .is-typeset ul li a, .is-typeset ul body.body--sunflower .chapter-block-wrapper li a, body.body--sunflower .chapter-block-wrapper .ordered-list li a, .ordered-list body.body--sunflower .chapter-block-wrapper li a, body.body--sunflower .chapter-block-wrapper .is-typeset ol li a, .is-typeset ol body.body--sunflower .chapter-block-wrapper li a, body.body--sunflower .chapter-block-wrapper .nobullet-list li a, .nobullet-list body.body--sunflower .chapter-block-wrapper li a {
407+
color: #a85d00 !important;}
408+
body.body--sunflower .pagination__item-link {
409+
color: #a85d00 !important; }
410+
411+
body.body--leaf .m-authors a {
412+
color: #007851 !important; }
413+
body.body--leaf .is-typeset a:not(.button) {
414+
color: #007851 !important; }
415+
body.body--leaf .section-chapter__link {
416+
color: #007851 !important; }
417+
body.body--leaf .section-chapter__number {
418+
color: #007851 !important;
419+
}
420+
body.body--leaf .media-caption a {
421+
color: #007851 !important; }
422+
body.body--leaf .m-downloads__list a {
423+
color: #007851 !important; }
424+
body.body--leaf .download__link {
425+
color: #007851 !important; }
426+
body.body--leaf .orderReport__content .button {
427+
color: #007851 !important;}
428+
body.body--leaf .footnotes__text a {
429+
color: #007851 !important; }
430+
body.body--leaf .footnotes__link {
431+
color: #007851 !important; }
432+
body.body--leaf .footnotes__return {
433+
color: #007851 !important; }
434+
body.body--leaf blockquote p, body.body--sunflower blockquote cite {
435+
color: #007851 !important; }
436+
body.body--leaf .chapter-block-wrapper .button {
437+
color: #007851 !important; }
438+
body.body--leaf .chapter-block-wrapper .list-item a, body.body--sunflower .chapter-block-wrapper .unordered-list li a, .unordered-list body.body--sunflower .chapter-block-wrapper li a, body.body--sunflower .chapter-block-wrapper .is-typeset ul li a, .is-typeset ul body.body--sunflower .chapter-block-wrapper li a, body.body--sunflower .chapter-block-wrapper .ordered-list li a, .ordered-list body.body--sunflower .chapter-block-wrapper li a, body.body--sunflower .chapter-block-wrapper .is-typeset ol li a, .is-typeset ol body.body--sunflower .chapter-block-wrapper li a, body.body--sunflower .chapter-block-wrapper .nobullet-list li a, .nobullet-list body.body--sunflower .chapter-block-wrapper li a {
439+
color: #007851 !important;}
440+
body.body--leaf .pagination__item-link {
441+
color: #007851 !important; }
442+
443+
body.body--bluebell .m-authors a {
444+
color: #0071b1 !important; }
445+
body.body--bluebell .is-typeset a:not(.button) {
446+
color: #0071b1 !important; }
447+
body.body--bluebell .section-chapter__link {
448+
color: #0071b1 !important; }
449+
body.body--bluebell .section-chapter__number {
450+
color: #0071b1 !important;
451+
}
452+
body.body--bluebell .media-caption a {
453+
color: #0071b1 !important; }
454+
body.body--bluebell .m-downloads__list a {
455+
color: #0071b1 !important; }
456+
body.body--bluebell .download__link {
457+
color: #0071b1 !important; }
458+
body.body--bluebell .orderReport__content .button {
459+
color: #0071b1 !important;}
460+
body.body--bluebell .footnotes__text a {
461+
color: #0071b1 !important; }
462+
body.body--bluebell .footnotes__link {
463+
color: #0071b1 !important; }
464+
body.body--bluebell .footnotes__return {
465+
color: #0071b1 !important; }
466+
body.body--bluebell blockquote p, body.body--sunflower blockquote cite {
467+
color: #0071b1 !important; }
468+
body.body--bluebell .chapter-block-wrapper .button {
469+
color: #0071b1 !important; }
470+
body.body--bluebell .chapter-block-wrapper .list-item a, body.body--sunflower .chapter-block-wrapper .unordered-list li a, .unordered-list body.body--sunflower .chapter-block-wrapper li a, body.body--sunflower .chapter-block-wrapper .is-typeset ul li a, .is-typeset ul body.body--sunflower .chapter-block-wrapper li a, body.body--sunflower .chapter-block-wrapper .ordered-list li a, .ordered-list body.body--sunflower .chapter-block-wrapper li a, body.body--sunflower .chapter-block-wrapper .is-typeset ol li a, .is-typeset ol body.body--sunflower .chapter-block-wrapper li a, body.body--sunflower .chapter-block-wrapper .nobullet-list li a, .nobullet-list body.body--sunflower .chapter-block-wrapper li a {
471+
color: #0071b1 !important;}
472+
body.body--bluebell .pagination__item-link {
473+
color: #0071b1 !important; }
474+
475+
body.body--marigold .m-authors a {
476+
color: #ac4622 !important; }
477+
body.body--marigold .is-typeset a:not(.button) {
478+
color: #ac4622 !important; }
479+
body.body--marigold .section-chapter__link {
480+
color: #ac4622 !important; }
481+
body.body--marigold .section-chapter__number {
482+
color: #ac4622 !important;
483+
}
484+
body.body--marigold .media-caption a {
485+
color: #ac4622 !important; }
486+
body.body--marigold .m-downloads__list a {
487+
color: #ac4622 !important; }
488+
body.body--marigold .download__link {
489+
color: #ac4622 !important; }
490+
body.body--marigold .orderReport__content .button {
491+
color: #ac4622 !important;}
492+
body.body--marigold .footnotes__text a {
493+
color: #ac4622 !important; }
494+
body.body--marigold .footnotes__link {
495+
color: #ac4622 !important; }
496+
body.body--marigold .footnotes__return {
497+
color: #ac4622 !important; }
498+
body.body--marigold blockquote p, body.body--sunflower blockquote cite {
499+
color: #ac4622 !important; }
500+
body.body--marigold .chapter-block-wrapper .button {
501+
color: #ac4622 !important; }
502+
body.body--marigold .chapter-block-wrapper .list-item a, body.body--sunflower .chapter-block-wrapper .unordered-list li a, .unordered-list body.body--sunflower .chapter-block-wrapper li a, body.body--sunflower .chapter-block-wrapper .is-typeset ul li a, .is-typeset ul body.body--sunflower .chapter-block-wrapper li a, body.body--sunflower .chapter-block-wrapper .ordered-list li a, .ordered-list body.body--sunflower .chapter-block-wrapper li a, body.body--sunflower .chapter-block-wrapper .is-typeset ol li a, .is-typeset ol body.body--sunflower .chapter-block-wrapper li a, body.body--sunflower .chapter-block-wrapper .nobullet-list li a, .nobullet-list body.body--sunflower .chapter-block-wrapper li a {
503+
color: #ac4622 !important;}
504+
body.body--marigold .pagination__item-link {
505+
color: #ac4622 !important; }

0 commit comments

Comments
 (0)