-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathanteprima.css
More file actions
66 lines (55 loc) · 731 Bytes
/
Copy pathanteprima.css
File metadata and controls
66 lines (55 loc) · 731 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
58
59
60
61
62
63
64
65
66
body
{
background-color: whitesmoke;
color: #4d4d4d;
font-family: Ubuntu;
}
a
{
color: #f34f17;
}
a:hover
{
color: #fb7c38;
text-decoration: none;
}
cursor
{
color: aquamarine;
}
h1, h2, h3, h4, h5
{
font-weight: bold;
}
h1, h2
{
border-bottom: 1px solid #808080 !important;
color: #3b3b3b;
padding-bottom: .3em;
}
code, pre
{
font-family: Sarasa Mono J, monospace;
}
.d-inline-block
{
display: inline-block !important;
}
.ml-1
{
margin-left: 4px !important;
}
.v-align-middle
{
vertical-align: middle !important;
}
.border-black-fade
{
border-color: rgba(27,31,35,.15) !important;
}
.Box
{
background-color: #fff;
border: 1px solid #d1d5da;
border-radius: 3px;
}