1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

corrections

This commit is contained in:
Gaurav Panchal
2020-05-16 23:42:51 +05:30
parent 24497e764e
commit 982c33dafa
7 changed files with 17 additions and 17 deletions

View File

@@ -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 */

View File

@@ -41,7 +41,7 @@
<li>🌈&nbsp; Easy to <a href="#customizing">extend</a> with CSS variables</li>
<li>🎲&nbsp; Comes with a handful of <a href="#components">components</a> &amp; <a href="#utilities">utilities</a></li>
<li>&nbsp; Good Semantics</li>
<li>🌙&nbsp; Easy Dark Mode switch</li>
<li>🌙&nbsp; Easy dark mode switch</li>
<li>🤡&nbsp; 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;