-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
84 lines (64 loc) · 1.37 KB
/
Copy pathstyle.css
File metadata and controls
84 lines (64 loc) · 1.37 KB
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
80
81
82
83
84
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
body {
font-family: 'Noto Sans', sans-serif;
margin: 0;
background-color: #ffffff;
color: #000000;
font-size: 0.8rem; /* Reduced base font size */
letter-spacing: 0.5px;
}
.container {
max-width: 850px;
margin: auto;
background: white;
padding: 4.8rem;
padding-top: 2.8rem;
padding-bottom: 1.5rem;
margin-top: 0.8rem;
margin-bottom: 1rem;
border: 1px solid rgb(108, 108, 108);
box-sizing: border-box;
}
header {
text-align: center;
margin-bottom: 1.6rem;
}
h1 {
font-size: 1.2rem;
margin-top: 0rem;
}
h2 {
margin-top: 2.8rem;
font-size: 1rem;
font-family: Arial, Helvetica, sans-serif, serif;
}
a {
color: #45947f;
text-decoration: none;
font-size: 0.8rem;
}
a:hover {
text-decoration: underline;
}
footer {
text-align: center;
color: gray;
padding: 12px;
background-color: #ffffff;
margin-top: 50px;
}
.site-footer a {
color: gray;
font-weight: bold;
}
.site-footer a:hover {
color: gray;
}
.titles {
font-family: monospace;
white-space: normal;
word-break: break-word;
text-align: center;
}