Fix markdown formatting in theme system section

Updated theme system section to use proper markdown formatting.
This commit is contained in:
Ricearoni1245
2025-10-29 02:08:32 -05:00
committed by GitHub
parent 8f86e13dfc
commit fb85b0d834

View File

@@ -37,12 +37,12 @@ src/
## Theme System ## Theme System
within index: within index:
-5 unique themes are layed out by: # -5 unique themes are layed out by:
*color-bg # *color-bg
*color-primary # *color-primary
*color-text # *color-text
*color-secondary # *color-secondary
*color-tertiary # *color-tertiary
These themes are applied via html[data-theme="x"] and are used across the site for all gradients, tints, accents, etc. These themes are applied via html[data-theme="x"] and are used across the site for all gradients, tints, accents, etc.