From 4cb5664957f9edd937a7bd506cc423f2950b3108 Mon Sep 17 00:00:00 2001 From: Connor Frank Date: Tue, 16 Apr 2024 00:59:32 +0000 Subject: accessibility --- style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 67613e9..2df04f1 100644 --- a/style.css +++ b/style.css @@ -68,7 +68,7 @@ h1 { h2 { font-weight: normal; font-style: italic; - color: #999; + color: #757575; font-size: 18px; padding: 0; margin: 5px 0 10px 0; @@ -100,7 +100,7 @@ hr { .ico { grid-column: span 1; vertical-align: top; - border-left: 2px solid #cfcfcf; + border-left: 2px solid #757575; position: relative; } .ico img { @@ -125,7 +125,7 @@ hr { width: 8px; height: 8px; border-radius: 10px; - background-color: #cfcfcf; + background-color: #757575; border: 2px solid white; } .timespan { @@ -133,7 +133,7 @@ hr { font-size: 14px; text-align: right; padding-right: 5px; - color: #bbb; + color: #757575; } .hassets { position: relative; @@ -156,8 +156,8 @@ hr { .card { grid-column: span 3; vertical-align: top; - background-color: #eee; - border: 1px solid #ddd; + background-color: #757575; + border: 1px solid #757575; border-radius: 3px; padding: 5px; background-color: white; -- cgit v1.2.3