Theme Rework

Added skeleton-auto.css, which dynamically sets the theme based on the browser and/or the Operating Systems colors, if supported.

Set Default Theme to Auto with comments on helping switch to light and dark theme stylesheets.

Darkened the skeleton-dark.css background color to the same as the color that skeleton-auto.css sets it as, which is html recommended standard color of #121212.
This commit is contained in:
kebin
2022-02-09 06:50:46 -08:00
parent 5a6b21b646
commit 8a06a7cc69
3 changed files with 182 additions and 2 deletions

View File

@ -77,7 +77,7 @@ are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
font-size: 100%; }
body {
background-color: #292929;
background-color: #121212;
font-size: 18px;
line-height: 24px;
font-weight: 400;