forked from fox-projects/xdgbasedirectoryspecification.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
55 lines (46 loc) · 746 Bytes
/
style.css
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
*,
*::before,
*::after {
border: 0 none;
}
body {
font-family: ui-sans-serif, Helvetica, Arial, sans-serif;
color: #212529;
background-color: #f8f9fa;
font-size: 18px;
max-width: 1200px;
}
p {
line-height: 140%;
}
code {
font-family: ui-monospace, monospace;
font-size: 80%;
background-color: #f1f3f5;
padding: 3px;
border-radius: 2px;
}
.title:active,
.title:hover,
.title:visited,
.title:link {
color: inherit;
text-decoration-color: #adb5bd;
}
.ls-long code,
.ls-short code {
display: inline-block;
padding: 4px;
border-radius: 2px;
}
.ls-long code {
height: 300px;
overflow: auto;
}
.compliant-software span {
display: inline-block;
padding: 3px;
margin: 2px;
border-radius: 3px;
background-color: #f1f3f5;
}