-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
79 lines (66 loc) · 1.14 KB
/
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
/*
Theme Name: gosign
Theme URI: https://go-sign.info/
Author: Gosign
Author URI: https://go-sign.info/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gosign
Tags: Gosign
*/
.hero.is-fullheight {
min-height: 0;
}
.breadcrumb:not(:last-child) {
margin-bottom: 1rem;
margin-top: 1rem;
}
.site-title {
color: #363636;
font-size: 2.4rem;
font-weight: 600;
line-height: 1.125;
margin-top: 2rem;
margin-bottom: 1rem;
}
.archive-title {
color: #363636;
font-size: 1.8rem;
font-weight: 600;
line-height: 1.125;
margin-bottom: 1rem;
}
.entry-title {
color: #363636;
font-size: 1.6rem;
font-weight: 600;
line-height: 1.125;
margin-bottom: 1rem;
}
.entry-meta {
margin-bottom: 0.5rem;
}
.entry-date {
margin-right: 0.5rem;
}
.entry-excerpt {
margin-bottom: 1rem;
}
.entry-content {
margin-top: 1rem;
margin-bottom: 2rem;
}
.entry-content p {
margin-bottom: 1rem;
}
.entry-content article {
margin-top: 40px;
}
.tag-category a {
color: #ffffff;
}
.tag-tag a {
color: #4a4a4a;
}