From 65842b6f43f0411a74329cfd2568cbae695c585c Mon Sep 17 00:00:00 2001 From: Zachary Crespin Date: Thu, 16 Jun 2022 17:11:53 -0700 Subject: [PATCH] make the text visible on yellow :target background The white text was not visible on the yellow :target background so I made it darker. (this is only a problem with dark mode) --- assets/css/application.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/application.scss b/assets/css/application.scss index ed8ca00..1e7a031 100644 --- a/assets/css/application.scss +++ b/assets/css/application.scss @@ -108,6 +108,7 @@ strong { :target { background-color: yellow; + color: #444 !important; } .container {