File tree Expand file tree Collapse file tree 1 file changed +8
-41
lines changed Expand file tree Collapse file tree 1 file changed +8
-41
lines changed Original file line number Diff line number Diff line change 1
- main {
2
- min-height : 70vh ;
3
- }
4
-
5
- // section style
6
- .section {
7
- @apply py-24 xl :py- 28;
8
- & -sm {
9
- @apply py-16 xl :py- 20;
10
- }
11
- }
12
-
13
- // container
14
- .container {
15
- @apply mx-auto px-4 2xl :max- w- [1320px ];
16
- }
17
-
18
- // form style
19
- .form-input {
20
- @apply bg-theme-light text-dark placeholder :text- light focus:border- primary dark :border- darkmode- border dark :bg- darkmode- theme- light dark :text- darkmode- light w- full rounded border- transparent px- 6 py- 4 focus:ring- transparent;
21
- }
22
-
23
- .form-label {
24
- @apply font-secondary text-dark dark :text- darkmode- light mb- 4 block text- xl font- normal;
25
- }
26
-
27
- // social icons
28
- .social-icons {
29
- @apply space-x- 4;
30
- li {
31
- @apply inline-block ;
32
- a {
33
- @apply bg-primary dark :bg- darkmode- primary dark :text- dark flex h- 9 w- 9 items- center justify- center rounded text- center leading- 9 text- white;
34
- svg {
35
- @apply h-5 w- 5;
36
- }
37
- }
38
- }
39
- }
1
+ // ... (other styles in the file)
40
2
41
3
// content style
42
4
.content {
@@ -85,12 +47,17 @@ main {
85
47
86
48
// Correctly closing the blockquote style here
87
49
50
+ // Custom list indentation. Overrides prose defaults.
51
+ ul , ol {
52
+ @apply pl- 3;
53
+ }
54
+
88
55
// Added styles for nested lists
89
56
ul ul ,
90
57
ul ol ,
91
58
ol ul ,
92
59
ol ol {
93
- @apply my-3 ml- 6 ;
60
+ @apply my- 3;
94
61
}
95
62
96
63
@apply prose-pre :rounded- lg prose- pre:bg- theme- light prose- pre:dark :bg- darkmode- theme- light;
@@ -142,4 +109,4 @@ main {
142
109
.btn {
143
110
@apply dark :hover :text- dark no- underline hover:text- white #{!important } ;
144
111
}
145
- }
112
+ }
You can’t perform that action at this time.
0 commit comments