A mirror of my website's source code.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 Changing_the_Light-mode.md

View raw Download
text/plain • 732 B
ASCII text, with very long lines (675)

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 { 1em;"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;}

                
                    
1
---
2
title: Changing the light-mode
3
date: 2021 Sep 11
4
---
5
As of currently, the light mode on this site doesn't live up to what I want it to be.<br>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:<br><div class="code">html.l {<div style="margin-left: 1em;">--navCo: #0F0089;<br>--headCo: #3700FF;<br>--linkCo: #F7E45D;<br>--maCo: #0044F7;<br>--maTxtCo: #C2FFBA;<br>--buCo: #F09;<br>--buTxtCo: #0FF;<br>--buBoCo: #fff;<br>--noteCo: #f25;<br>--noteTxtCo: #ccc;<br>--inCo: #0bf;<br>--inlinkCo: #05c;<br>--selCo: #f51;<br>--selTxtCo: #059;<br>--taCo: #cf4;<br>--taTxtCo: black;</div>}</div>