generated from webmural/143
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtext.css
More file actions
57 lines (48 loc) · 703 Bytes
/
text.css
File metadata and controls
57 lines (48 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
:focus {
outline-style: dotted;
outline-width: thick;
}
html {
font-family: sans-serif;
font-size: calc(1em + 1vmin + 2vmax);
}
body {
padding: 1em;
display: flex;
flex-flow: column;
margin: auto;
}
article {
line-height: 1.5;
}
ol {
list-style: none;
padding: 0;
}
menu {
list-style: circle;
padding-inline-start: 1em;
}
li {
margin-block-start: .5ex;
margin-block-end: .5ex;
}
dfn,
mark {
border-radius: 1ex;
display: inline-block;
font: inherit;
padding-inline-start: 1ex;
padding-inline-end: 1ex;
margin-block-end: 1ex;
}
h1 {
display: inline;
font: inherit;
}
h2 {
font: inherit;
margin: 0;
font-family: monospace;
font-size: .67em;
}