mirror of
https://github.com/jenil/chota.git
synced 2023-08-10 21:13:07 +03:00
corrections
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
body.dark {
|
||||
--bg-color: #000;
|
||||
--bg-alt-color: #131316;
|
||||
--bg-secondary-color: #131316;
|
||||
--font-color: #f5f5f5;
|
||||
--color-grey: #ccc;
|
||||
--color-darkGrey: #777;
|
||||
@@ -81,7 +81,7 @@ hr {
|
||||
margin-left: .5rem;
|
||||
}
|
||||
|
||||
.highlight, code { background-color: var(--bg-alt-color); }
|
||||
.highlight, code { background-color: var(--bg-secondary-color); }
|
||||
.highlight .c { color: #93a1a1 } /* Comment */
|
||||
.highlight .err { color: #586e75 } /* Error */
|
||||
.highlight .g { color: #586e75 } /* Generic */
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
<li>🌈 Easy to <a href="#customizing">extend</a> with CSS variables</li>
|
||||
<li>🎲 Comes with a handful of <a href="#components">components</a> & <a href="#utilities">utilities</a></li>
|
||||
<li>✅ Good Semantics</li>
|
||||
<li>🌙 Easy Dark Mode switch</li>
|
||||
<li>🌙 Easy dark mode switch</li>
|
||||
<li>🤡 Supports <a href="#icons">icons</a> out-of-the-box</li>
|
||||
</ul>
|
||||
</section>
|
||||
@@ -118,7 +118,7 @@
|
||||
<style>
|
||||
body.dark {
|
||||
--bg-color: #000;
|
||||
--bg-alt-color: #131316;
|
||||
--bg-secondary-color: #131316;
|
||||
--font-color: #f5f5f5;
|
||||
--color-grey: #ccc;
|
||||
--color-darkGrey: #777;
|
||||
|
||||
Reference in New Issue
Block a user