Skip to content

Commit a72ee53

Browse files
Update index.html
1 parent d667f4a commit a72ee53

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

index.html

+18-7
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,24 @@
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
77
<title>Sno - More with Less</title>
88
<link rel="stylesheet" href="https://classicmc-studios.github.io/bc.css"/>
9+
<link rel="icon" type="image/x-icon" href="https://avatars.githubusercontent.com/u/149719209?s=200&v=4"/>
10+
911
<style type="text/css">
1012
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@900&family=Roboto:wght@100&display=swap');
1113
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
14+
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
15+
1216
*{
1317
font-family:'Open Sans',sans-serif;
18+
color:white;
1419
}
1520
h1{
1621
font-size: 60px;
22+
font-family:"Merriweather";
23+
}
24+
h2{
25+
font-family:"Merriweather";
26+
1727
}
1828
.sub{
1929
font-family: 'Open Sans',sans-serif;
@@ -25,7 +35,7 @@
2535
font-family: 'Open Sans',sans-serif;
2636
}
2737
b{
28-
font-weight: 100;
38+
font-weight: 400;
2939
font-family: 'Open Sans',sans-serif;
3040
}
3141
.item{
@@ -57,9 +67,10 @@
5767
padding: 5px;
5868
border-left: 2px solid gray;
5969
margin-left:var(--mar);margin-left:var(--mar);
70+
font-family:"Merriweather";
6071
}
6172
pre code {
62-
background-color: #eee;
73+
background-color: #2b2b2b;
6374
border-radius: 10px;
6475
display: block;
6576
padding: 20px;
@@ -76,20 +87,20 @@ <h1>
7687
</p><br/>
7788
<p>A new Lightweight JavaScript framework to add reactivity in a **<b>snap</b>**</p><br/>
7889
<div class="bc-border true-center-with-mac">
79-
<button click="counter++;" class="bc-white bc-text-black bc-border bc-p-5 bc-hover-p-10 bc-m-10 bc-r-0">Increment</button>
90+
<button click="counter++;" class="bc-white bc-text-black bc-p-5 bc-hover-p-10 bc-m-10 bc-r-5">Increment</button>
8091
<p lint>
8192
Count: {{counter}}
8293
</p>
8394
</div><br/><br/>
84-
<div class="bc-border true-center-with-mac bc-p-25">
95+
<div class="bc-border true-center-with-mac bc-p-25 bc-r-5">
8596
<h2 id="with-attr"><a href="#with-attr">##</a> With Attributes Like...</h2>
8697
<ol style="text-align:left;" class="bc-m-10" for="attr" item="li" item-class="item"></ol>
8798
</div><br/><br/>
8899
<h2><a href="#TINY">##</a> Absolutely <em id="TINY">TINY</em></h2>
89100
<div>
90-
<button click='active="src is 5.01kb"' class="bc-white bc-text-black bc-border bc-p-5 bc-hover-p-10 bc-m-5 bc-r-0">Source</button>
91-
<button click='active="min is 3.46kb"' class="bc-white bc-text-black bc-border bc-p-5 bc-hover-p-10 bc-m-5 bc-r-0">Min</button>
92-
<button click='active="build is 1.57kb"' class="bc-white bc-text-black bc-border bc-p-5 bc-hover-p-10 bc-m-5 bc-r-0">Build</button><br/>
101+
<button click='active="src is 5.01kb"' class="bc-white bc-text-black bc-p-5 bc-hover-p-10 bc-m-5 bc-r-5">Source</button>
102+
<button click='active="min is 3.46kb"' class="bc-white bc-text-black bc-p-5 bc-hover-p-10 bc-m-5 bc-r-5">Min</button>
103+
<button click='active="build is 1.57kb"' class="bc-white bc-text-black bc-p-5 bc-hover-p-10 bc-m-5 bc-r-5">Build</button><br/>
93104
<span>Sno</span>
94105
<em lint>
95106
{{active}}!!

0 commit comments

Comments
 (0)