37
37
border-color : currentcolor;
38
38
}
39
39
40
+ html , body {
41
+ height : 100% ;
42
+ font-size : 14px ;
43
+ }
44
+
45
+ body {
46
+ line-height : 1.4285rem ;
47
+ font-family : var (--fonts-regular );
48
+ color : var (--color-text );
49
+ background-color : var (--color-body );
50
+ tab-size : var (--tab-size );
51
+ display : flex;
52
+ flex-direction : column;
53
+ overflow-x : visible;
54
+ overflow-wrap : break-word;
55
+ }
56
+
40
57
textarea {
41
58
font-family : var (--fonts-regular );
42
59
}
60
77
font-weight : var (--font-weight-semibold );
61
78
}
62
79
63
- body {
64
- color : var (--color-text );
65
- background-color : var (--color-body );
66
- tab-size : var (--tab-size );
67
- display : flex;
68
- flex-direction : column;
69
- overflow-wrap : break-word;
80
+ h1 ,
81
+ h2 ,
82
+ h3 ,
83
+ h4 ,
84
+ h5 {
85
+ line-height : 1.28571429 ;
86
+ margin : calc (2rem - 0.1428571428571429em ) 0 1rem ;
87
+ font-weight : var (--font-weight-medium );
88
+ padding : 0 ;
89
+ }
90
+
91
+ h1 {
92
+ min-height : 1rem ;
93
+ font-size : 2rem ;
94
+ }
95
+
96
+ h2 {
97
+ font-size : 1.71428571rem ;
98
+ }
99
+
100
+ h3 {
101
+ font-size : 1.28571429rem ;
102
+ }
103
+
104
+ h4 {
105
+ font-size : 1.07142857rem ;
106
+ }
107
+
108
+ h5 {
109
+ font-size : 1rem ;
110
+ }
111
+
112
+ h1 : first-child ,
113
+ h2 : first-child ,
114
+ h3 : first-child ,
115
+ h4 : first-child ,
116
+ h5 : first-child {
117
+ margin-top : 0 ;
118
+ }
119
+
120
+ h1 : last-child ,
121
+ h2 : last-child ,
122
+ h3 : last-child ,
123
+ h4 : last-child ,
124
+ h5 : last-child {
125
+ margin-bottom : 0 ;
126
+ }
127
+
128
+ p {
129
+ margin : 0 0 1em ;
130
+ line-height : 1.4285 ;
131
+ }
132
+
133
+ p : first-child {
134
+ margin-top : 0 ;
135
+ }
136
+
137
+ p : last-child {
138
+ margin-bottom : 0 ;
70
139
}
71
140
72
141
table {
@@ -121,8 +190,8 @@ progress::-moz-progress-bar {
121
190
}
122
191
123
192
::selection {
124
- background : var (--color-primary-light-1 ) !important ;
125
- color : var (--color-white ) !important ;
193
+ background : var (--color-primary-light-1 );
194
+ color : var (--color-white );
126
195
}
127
196
128
197
::placeholder ,
@@ -146,6 +215,7 @@ progress::-moz-progress-bar {
146
215
a {
147
216
color : var (--color-primary );
148
217
cursor : pointer;
218
+ text-decoration : none;
149
219
text-decoration-skip-ink : all;
150
220
}
151
221
0 commit comments