From 34d81cb60e6f555151d6287524cecaa16c35491d Mon Sep 17 00:00:00 2001 From: Joshua Nicholson <94021017+jnicholCU@users.noreply.github.com> Date: Tue, 19 Nov 2024 08:51:03 +0900 Subject: [PATCH] Update style.css Change the black variable from `#222` to `#000` --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 31444ebd..ea46caf2 100644 --- a/css/style.css +++ b/css/style.css @@ -6,7 +6,7 @@ --ucb-link-visited: #e51c23; --ucb-link-dark: #01579B; --ucb-white: #fff; - --ucb-black: #222; + --ucb-black: #000; --ucb-darker: #333; --ucb-light-contrast: #e7e7e7; --ucb-off-white: #f2f2f2;