-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
43 lines (36 loc) · 691 Bytes
/
Copy pathstyle.css
File metadata and controls
43 lines (36 loc) · 691 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
h1 {
font-size: 3.5rem !important;
}
h2 {
font-size: 2.5rem !important;
}
h3 {
font-size: 2rem !important;
}
a {
text-decoration: none !important;
}
a:not(.sidebar a) {
transition: opacity 0.3s ease;
}
a:not(.sidebar a):hover {
opacity: 0.75;
}
.tag {
padding-bottom: 2px;
padding-top: 2px;
padding-left: 6px;
padding-right: 6px;
border-radius: 6px;
font-size: 13px;
background: #eee5e5
}
a:not(.sidebar a, .blog-item-link-wrapper)::after {
font-family: 'bootstrap-icons', monospace;
font-weight: bold;
margin-inline-start: 4px;
content: "\F470";
vertical-align: middle;
position: relative;
top: -1px;
}