-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpaperleaf.html
More file actions
52 lines (40 loc) · 878 Bytes
/
paperleaf.html
File metadata and controls
52 lines (40 loc) · 878 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
<!-- =================================================
Theme: paperleaf
Header CSS override
maintained by https://firepress.org/ 🔥📰
Find Code Injection templates on https://github.com/firepress-org/Code-Injection-for-Ghost-themes
================================================== -->
<style>
// DESKTOP_RESOLUTION {}
body {
font-size: 110%;
}
.py1 {
font-size: .9em;
}
// Button no underline {}
.post-content a {
text-decoration: none;
}
img {
border: 1px solid #ddd;
border-radius: 4px;
padding: 5px;
}
.blog-logo img {
border: 0px;
}
li {
margin-bottom: 0.4em;
}
.grid {
min-width: none;
}
// MOBILE_RESOLUTION {}
</style>
<!-- =================================================
Footer CSS override
================================================== -->
<style>
// SNIPPET {}
</style>