aboutsummaryrefslogtreecommitdiff
path: root/styles/blog.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/blog.css')
-rw-r--r--styles/blog.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/styles/blog.css b/styles/blog.css
new file mode 100644
index 0000000..2aa4418
--- /dev/null
+++ b/styles/blog.css
@@ -0,0 +1,27 @@
+.postContent * {
+ line-height: 1.4;
+}
+
+.postContent h2 {
+ margin: 0;
+ margin-top: var(--spacing-large);
+ margin-bottom: var(--spacing-medium);
+}
+
+.postContent a {
+ text-decoration: underline;
+ color: var(--accent);
+}
+
+.postContent li {
+ margin-top: var(--spacing-medium);
+}
+
+.postContent ul {
+ padding-left: var(--spacing-large);
+}
+
+.postContent > *:first-child {
+ margin-top: 0;
+}
+