From d01011c5180e99d79bc35834082218060ade146a Mon Sep 17 00:00:00 2001 From: khushi-mishra0408 Date: Tue, 12 Oct 2021 21:33:37 +0530 Subject: [PATCH] Made changes to the contributor.css.Text visible in both modes --- Contributors.html | 2 +- css/contributors.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Contributors.html b/Contributors.html index 992fe356e5..cea493e202 100644 --- a/Contributors.html +++ b/Contributors.html @@ -366,7 +366,7 @@ H-M-Noman123 Baruni Priya T S Anmol Gupta - + Khushi Mishra diff --git a/css/contributors.css b/css/contributors.css index fc405709e2..e174c21fab 100644 --- a/css/contributors.css +++ b/css/contributors.css @@ -7,7 +7,7 @@ --text: black; --box: #feeef2; --box-hover: #fe0c43; - --nav-color: white; + --nav-color: rgb(255, 230, 230); --footer-color: #ced4da; } [data-theme="dark"] { @@ -19,6 +19,7 @@ --box-hover: rgb(57 148 255); --nav-color: #1e1e28; --footer-color: #6c757d; + --container-text: #ffb3c6; } *, *::before, @@ -100,8 +101,9 @@ body { .container { position: relative; - color: var(--text); + color: var(--container-text); } + canvas { cursor: crosshair; display: block;