···
1
+
@import "../themes/zerm/sass/variables";
4
+
box-sizing: border-box;
10
+
box-sizing: inherit;
16
+
font-family: ui-monospace, monospace;
19
+
background-color: var(--background);
20
+
color: var(--color);
21
+
text-rendering: optimizeLegibility;
22
+
-webkit-font-smoothing: antialiased;
23
+
-webkit-overflow-scrolling: touch;
24
+
-webkit-text-size-adjust: 100%;
26
+
@media (max-width: $phone-max-width) {
31
+
h1, h2, h3, h4, h5, h6 {
34
+
&:not(first-child) {
41
+
margin-left: 0.5rem;
43
+
text-decoration: none;
44
+
border-bottom-color: transparent;
47
+
@media(max-width: $phone-max-width){
48
+
visibility: visible;
54
+
visibility: visible;
59
+
// Actually keeping Pawroman's stylings here for font-size over h1-h6.
60
+
// I prefer differentiated header height.
63
+
// ---------------------
65
+
// font-size: 1.4rem;
69
+
// font-size: 1.2rem;
73
+
// ---------------------
100
+
margin-right: auto;
105
+
margin-right: auto;
114
+
margin-bottom: 20px;
124
+
margin-right: auto;
131
+
margin-right: auto;
145
+
background: var(--accent);
146
+
color: var(--background);
153
+
text-align: center;
163
+
font-family: ui-monospace, monospace;
164
+
background: var(--accent-alpha-20);
165
+
color: var(--accent);
172
+
font-family: ui-monospace, monospace;
173
+
padding: 20px 10px;
176
+
border-top: 1px solid rgba(255, 255, 255, .1);
177
+
border-bottom: 1px solid rgba(255, 255, 255, .1);
184
+
@media (max-width: $phone-max-width) {
185
+
white-space: pre-wrap;
186
+
word-wrap: break-word;
190
+
background: none !important;
193
+
font-size: inherit;
199
+
border-top: 1px solid var(--accent);
200
+
border-bottom: 1px solid var(--accent);
204
+
@media (max-width: $phone-max-width) {
210
+
font-family: Georgia, serif;
211
+
font-size: 3.875rem;
212
+
position: absolute;
226
+
position: relative;
232
+
position: absolute;
234
+
color: var(--accent);
239
+
table-layout: fixed;
240
+
border-collapse: collapse;
246
+
border: 1px dashed var(--accent);
251
+
color: var(--accent);
259
+
position: relative;
261
+
margin-bottom: 5px;
264
+
@media (max-width: $phone-max-width) {
270
+
margin-bottom: 10px;
275
+
list-style-type: lower-alpha;
280
+
flex-direction: column;
284
+
border-right: 1px solid rgba(255, 255, 255, 0.1);
296
+
@media (max-width: $phone-max-width) {
308
+
background: var(--border-color);