Commit 0645d18 1 parent 140bcbc commit 0645d18 Copy full SHA for 0645d18
File tree 2 files changed +22
-25
lines changed
2 files changed +22
-25
lines changed Original file line number Diff line number Diff line change 18
18
19
19
.title ::before {
20
20
content : "# " ;
21
- color : var (--secondary );
21
+ color : var (--primary );
22
22
}
23
23
24
24
.header {
@@ -68,7 +68,7 @@ <h2>axist</h2>
68
68
</ div >
69
69
70
70
< section id ="installation ">
71
- < a class ="title-link " href ="#typography ">
71
+ < a class ="title-link " href ="#installation ">
72
72
< h3 class ="title "> Usage</ h3 >
73
73
</ a >
74
74
Install via npm:
@@ -254,8 +254,8 @@ <h5>Code</h5>
254
254
< h5 > Preformatted text</ h5 >
255
255
< pre >
256
256
.🎨 {
257
- color: deeppink;
258
- background-color: papayawhip;
257
+ color: deeppink;
258
+ background-color: papayawhip;
259
259
}</ pre
260
260
>
261
261
</ div >
Original file line number Diff line number Diff line change 1
1
/*
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
+ */
21
17
22
18
: root {
23
19
--primary : # 1524d9 ;
24
- --light-primary : # 434fc9 ;
20
+ --light-primary : # 2332ea ;
25
21
--secondary : # ff2e88 ;
26
22
--light-secondary : # fc77b1 ;
27
23
--red : red;
@@ -147,7 +143,7 @@ blockquote {
147
143
}
148
144
149
145
a {
150
- color : var (--secondary );
146
+ color : var (--primary );
151
147
text-decoration : none;
152
148
}
153
149
@@ -275,6 +271,7 @@ button {
275
271
input [type = "button" ]: hover ,
276
272
button : hover {
277
273
cursor : pointer;
274
+ background-color : var (--light-primary );
278
275
}
279
276
}
280
277
You can’t perform that action at this time.
0 commit comments