--- title: Changing the light-mode date: 2021 Sep 11 --- As of currently, the light mode on this site doesn't live up to what I want it to be.
I want it to be something that is the opposite of the dark mode, and it really isn't that. Expect it to change. But, in case you do still want to view it, here are the current css variable colors:
html.l {
--navCo: #0F0089;
--headCo: #3700FF;
--linkCo: #F7E45D;
--maCo: #0044F7;
--maTxtCo: #C2FFBA;
--buCo: #F09;
--buTxtCo: #0FF;
--buBoCo: #fff;
--noteCo: #f25;
--noteTxtCo: #ccc;
--inCo: #0bf;
--inlinkCo: #05c;
--selCo: #f51;
--selTxtCo: #059;
--taCo: #cf4;
--taTxtCo: black;
}