Skip to content

Commit 0645d18

Browse files
Tweaks (v0.0.3) (#2)
1 parent 140bcbc commit 0645d18

File tree

2 files changed

+22
-25
lines changed

2 files changed

+22
-25
lines changed

index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
.title::before {
2020
content: "# ";
21-
color: var(--secondary);
21+
color: var(--primary);
2222
}
2323

2424
.header {
@@ -68,7 +68,7 @@ <h2>axist</h2>
6868
</div>
6969

7070
<section id="installation">
71-
<a class="title-link" href="#typography">
71+
<a class="title-link" href="#installation">
7272
<h3 class="title">Usage</h3>
7373
</a>
7474
Install via npm:
@@ -254,8 +254,8 @@ <h5>Code</h5>
254254
<h5>Preformatted text</h5>
255255
<pre>
256256
.🎨 {
257-
color: deeppink;
258-
background-color: papayawhip;
257+
color: deeppink;
258+
background-color: papayawhip;
259259
}</pre
260260
>
261261
</div>

src/index.css

+18-21
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,23 @@
11
/*
2-
3-
Sizes:
4-
- 3.815rem
5-
- 3.052rem
6-
- 2.441rem
7-
- 1.953rem
8-
- 1.563rem
9-
- 1.25rem
10-
- 1rem
11-
- 0.8rem
12-
- 0.64rem
13-
- 0.512rem
14-
- 0.41rem
15-
- 0.328rem
16-
- 0.262rem
17-
- 0.209rem
18-
19-
/* Root
20-
––––––––––––––––––––––––––––––––– */
2+
- 3.815rem
3+
- 3.052rem
4+
- 2.441rem
5+
- 1.953rem
6+
- 1.563rem
7+
- 1.25rem
8+
- 1rem
9+
- 0.8rem
10+
- 0.64rem
11+
- 0.512rem
12+
- 0.41rem
13+
- 0.328rem
14+
- 0.262rem
15+
- 0.209rem
16+
*/
2117

2218
:root {
2319
--primary: #1524d9;
24-
--light-primary: #434fc9;
20+
--light-primary: #2332ea;
2521
--secondary: #ff2e88;
2622
--light-secondary: #fc77b1;
2723
--red: red;
@@ -147,7 +143,7 @@ blockquote {
147143
}
148144

149145
a {
150-
color: var(--secondary);
146+
color: var(--primary);
151147
text-decoration: none;
152148
}
153149

@@ -275,6 +271,7 @@ button {
275271
input[type="button"]:hover,
276272
button:hover {
277273
cursor: pointer;
274+
background-color: var(--light-primary);
278275
}
279276
}
280277

0 commit comments

Comments
 (0)