diff --git a/_includes/categoryList.html b/_includes/categoryList.html
index 8464c64..1ed66c0 100644
--- a/_includes/categoryList.html
+++ b/_includes/categoryList.html
@@ -1,4 +1,4 @@
-
+
{% for post in site.posts %}
{% assign category = post.category %}
{% if category == page.title %}
diff --git a/assets/css/default.css b/assets/css/default.css
index fa9a7a4..9e8e69a 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -22,7 +22,7 @@ code {
div.container {
margin: 0 auto;
- zoom: 1.5;
+ zoom: 1.4;
}
div.content {
@@ -41,7 +41,7 @@ div.content {
}
div.container {
margin: 0 auto;
- zoom: 1.4
+ zoom: 1.3
}
}
@@ -67,7 +67,7 @@ div.content {
}
div.container {
margin: 0 auto;
- zoom: 1.0
+ zoom: 1.1
}
}
@@ -132,10 +132,15 @@ span.growshrink {
}
}
-p {
+body {
font-size: 14px
}
h1 {
font-size: 24px
}
+
+hr {
+ color: #32302F;
+ border-color: #32302F
+}
diff --git a/projects.html b/projects.html
index 41e33f6..093f611 100644
--- a/projects.html
+++ b/projects.html
@@ -4,7 +4,7 @@ title: projects
---
{% include pageTitle.html %}
-
+
tictoc / Fast, simple and accurate Python timing. Written in Rust.
year-progress / A fun side project which gives the progress through the year, relative to other things.