- commit
- 8ec9377
- parent
- f927d3a
- author
- Eric Bower
- date
- 2024-11-12 22:49:47 -0500 EST
style: tweaks
2 files changed,
+6,
-2
+4,
-0
1@@ -3,6 +3,10 @@ body {
2 padding-right: 1rem;
3 }
4
5+pre {
6+ font-size: 1rem;
7+}
8+
9 table, tr {
10 border-spacing: 0;
11 }
+2,
-2
1@@ -9,7 +9,7 @@
2 {{range $patch := .Patches}}
3 <div class="box group">
4 <div>
5- <h3 class="text-lg text-transform-none m-0 p-0 mb">
6+ <h3 class="text-lg text-transform-none m-0 p-0 mb mono">
7 {{if $patch.Review}}<code class="pill-review">REVIEW</code>{{end}}
8 <a href="#{{$patch.Url}}" class="word-break-word">{{$patch.Title}}</a>
9 </h3>
10@@ -44,7 +44,7 @@
11 <div class="max-w flex-1">
12 {{range $patch := .Patches}}
13 <div class="group" id="{{$patch.Url}}">
14- <h3 class="text-lg text-transform-none"><a href="#{{$patch.Url}}">{{$patch.Title}}</a></h3>
15+ <h3 class="text-lg text-transform-none mono"><a href="#{{$patch.Url}}">{{$patch.Title}}</a></h3>
16
17 {{if $patch.Body}}<pre class="w-full">{{$patch.Body}}</pre>{{end}}
18