Restructure with dark/light mode toggle component

This commit is contained in:
2024-03-10 00:45:07 -06:00
parent ac35c6e647
commit fa536d92d9
14 changed files with 651 additions and 124 deletions

View File

@@ -34,11 +34,11 @@ body {
margin: 0;
padding: 0;
text-align: left;
background: linear-gradient(var(--gray-gradient)) no-repeat;
background-size: 100% 600px;
/* background: linear-gradient(var(--gray-gradient)) no-repeat; */
/* background-size: 100% 600px; */
word-wrap: break-word;
overflow-wrap: break-word;
color: rgb(var(--gray-dark));
/* color: rgb(var(--gray-dark)); */
font-size: 20px;
line-height: 1.7;
}