This repository was archived by the owner on Jun 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +31
-34
lines changed Expand file tree Collapse file tree 2 files changed +31
-34
lines changed Original file line number Diff line number Diff line change 1
1
.h1 {
2
2
font-size : clamp (3rem , 5vw , 5rem );
3
- @apply font- [400 ];
3
+ @apply font- [400 ] text-secondary ml- 2;
4
+
5
+ & ::before {
6
+ content : ' >_ ' ;
7
+ }
4
8
}
5
9
6
10
.h2 {
7
11
font-size : clamp (2rem , 4vw , 4rem );
12
+ @apply font- [400 ] text-secondary ml- 2;
13
+
14
+ & ::before {
15
+ content : ' >_ ' ;
16
+ }
8
17
}
9
18
10
19
.h3 {
11
20
font-size : clamp (1.75rem , 3.5vw , 3rem );
21
+ @apply font- [400 ] text-secondary ml- 2;
22
+
23
+ & ::before {
24
+ content : ' >_ ' ;
25
+ }
12
26
}
13
27
14
28
.h4 {
15
29
font-size : clamp (1.5rem , 3vw , 2.5rem );
30
+ @apply font- [400 ] text-secondary ml- 2;
31
+
32
+ & ::before {
33
+ content : ' >_ ' ;
34
+ }
16
35
}
17
36
18
37
.h5 {
19
38
font-size : clamp (1.5rem , 2.5vw , 1.75rem );
39
+ @apply font- [400 ] text-secondary ml- 2;
40
+
41
+ & ::before {
42
+ content : ' >_ ' ;
43
+ }
20
44
}
21
45
22
46
.h6 {
23
47
font-size : clamp (1.5rem , 2vw , 1.25rem );
48
+ @apply font- [400 ] text-secondary ml- 2;
49
+
50
+ & ::before {
51
+ content : ' >_ ' ;
52
+ }
24
53
}
Original file line number Diff line number Diff line change 1
1
@import ' ./components.scss' ;
2
+ @import ' ./text.scss' ;
2
3
@tailwind base;
3
4
@tailwind components;
4
5
@tailwind utilities;
@@ -26,36 +27,3 @@ body {
26
27
color : rgb (var (--foreground-rgb ));
27
28
background : linear-gradient (to bottom , transparent , rgb (var (--background-end-rgb ))) rgb (var (--background-start-rgb ));
28
29
}
29
-
30
- .heading {
31
- @apply text-secondary ml- 2;
32
-
33
- & ::before {
34
- content : ' >_ ' ;
35
- }
36
- }
37
-
38
- .h1 {
39
- font-size : clamp (3rem , 5vw , 5rem );
40
- @apply font- [400 ];
41
- }
42
-
43
- .h2 {
44
- font-size : clamp (2rem , 4vw , 4rem );
45
- }
46
-
47
- .h3 {
48
- font-size : clamp (1.75rem , 3.5vw , 3rem );
49
- }
50
-
51
- .h4 {
52
- font-size : clamp (1.5rem , 3vw , 2.5rem );
53
- }
54
-
55
- .h5 {
56
- font-size : clamp (1.5rem , 2.5vw , 1.75rem );
57
- }
58
-
59
- .h6 {
60
- font-size : clamp (1.5rem , 2vw , 1.25rem );
61
- }
You can’t perform that action at this time.
0 commit comments