Commit c562970616fd3f62e25fbfa5611d8732ce097bb7

Michael Schmidt 2021-10-19T14:23:54

Website: Adjusted TOC's line height for better readability (#3145)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/assets/style.css b/assets/style.css
index d9538a8..9ca0fb5 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -364,6 +364,12 @@ footer {
 
 	#toc li {
 		list-style: none;
+		line-height: 1.2;
+		padding: .2em 0;
+	}
+
+	#toc li a {
+		padding: .2em 0;
 	}
 
 #logo:before {