aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/style.css')
-rw-r--r--public/style.css31
1 files changed, 17 insertions, 14 deletions
diff --git a/public/style.css b/public/style.css
index 7efaf5c..9cb4b9a 100644
--- a/public/style.css
+++ b/public/style.css
@@ -3,17 +3,17 @@
}
body {
- font-family: Verdana, sans-serif;
+ font-family: Arial, Verdana, sans-serif;
line-height: 1.6;
margin: 0 auto;
- max-width: 720px;
+ max-width: 780px;
padding: 0 1em;
}
h1 {
line-height: 1.2;
- margin-bottom: 10px;
- margin-top: 0;
+ margin-bottom: 10px !important;
+ margin-top: 0 !important;
}
h1 + p {
margin-top: 0;
@@ -26,7 +26,8 @@ h2 {
h3 {
border-bottom: 1px solid #ddd;
}
-h2,h3,h4,h5,h6 {
+h1,h2,h3,h4,h5,h6 {
+ font-family: Trebuchet MS, Verdana, sans-serif;
margin: 2.5rem 0 0;
}
@@ -50,7 +51,17 @@ a:hover, a:focus {
}
header {
- margin: 1.5rem 0;
+ border-bottom: 1px solid;
+ font-size: 95%;
+ margin: 1rem 0;
+}
+header nav ul {
+ list-style: none;
+ padding: 0;
+}
+header nav ul li {
+ display: inline-block;
+ margin: 0 15px 0 0;
}
.posts {
@@ -172,14 +183,6 @@ footer {
footer > p {
margin-top: 0;
}
-footer nav ul {
- list-style: none;
- padding: 0;
-}
-footer nav ul li {
- display: inline-block;
- margin: 0 15px 10px 0;
-}
@media (prefers-color-scheme: dark) {
a {