From 227ef3dd43742561b982918d1776632491e13f18 Mon Sep 17 00:00:00 2001 From: Cassie Jones Date: Mon, 11 Nov 2019 15:25:45 -0500 Subject: [PATCH] Improve .dim contrast --- _includes/layouts/layout.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/layouts/layout.njk b/_includes/layouts/layout.njk index 37cb477..ee09536 100644 --- a/_includes/layouts/layout.njk +++ b/_includes/layouts/layout.njk @@ -53,7 +53,7 @@ aside { border: 1px solid black; padding: 0.75em; margin: -0.5em; border-radius: aside.warning { background: #ffecbf; } .c-sun { color: #f78123; } .dec-none { text-decoration: none; } -.dim { color: #777; } +.dim { color: #666; } .row { display: flex; flex-direction: row; } .col { display: flex; flex-direction: column; } .hgroup { display: flex; flex-direction: row; } -- 2.43.2