Reduce color contrast between text and background

This commit is contained in:
Helen Chong 2023-11-05 16:11:32 +08:00
parent 484f89aa48
commit 6230ce70ad
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@
:root { :root {
--clr-body-bg: #1f0033; --clr-body-bg: #1f0033;
--img-body-bg: url(/shrines/cassettebeasts/img/cassettebeasts-bg.jpg); --img-body-bg: url(/shrines/cassettebeasts/img/cassettebeasts-bg.jpg);
--clr-body-txt: #000000; --clr-body-txt: #333333;
--clr-content-bg: #ffffff; --clr-content-bg: #ffffff;
--clr-main-heading: #000000; --clr-main-heading: #333333;
--clr-sub-heading: #000000; --clr-sub-heading: #000000;
--clr-title-border: #7629db; --clr-title-border: #7629db;
--clr-bold-txt: #f8560b; --clr-bold-txt: #f8560b;