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

test improvements

This commit is contained in:
Gaurav Panchal
2020-05-16 19:55:33 +05:30
parent 8eae720abc
commit 24497e764e
9 changed files with 69 additions and 37 deletions

View File

@@ -6,15 +6,25 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Elements</title>
<link rel="stylesheet" href="../dist/chota.css">
<!-- For dev -->
<!-- <link rel="stylesheet" href="../dist/chota.css"> -->
<style>
body.dark {
--bg-color: #000;
--bg-alt-color: #131316;
--font-color: #f5f5f5;
--color-grey: #ccc;
--color-darkGrey: #777;
}
</style>
</head>
<body>
<div id="top" class="container" role="document">
<header role="banner">
<h1 class="pull-right" style="margin: 0;">
<a href="javascript:void(0)" onclick="switchMode(this)">☀️</a>
</h1>
<h1>Chota CSS</h1>
<div class="clearfix"></div>
<p>A small CSS framework.</p>
</header>
<nav role="navigation">
@@ -534,6 +544,7 @@
</section>
</main>
</div>
<script src="../docs/main.js"></script>
</body>
</html>