commit aaa1b6c907a5d3fc5d9ddc10f51d2c7af65f6411 parent e07e2ea188d8b7527e9c85bd152bd70f547a1e9e Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Sat, 8 Jun 2024 18:46:17 +0200 fix: show horizontal rule between headline and content Diffstat:
M | assets/style.css | | | 4 | ---- |
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/assets/style.css b/assets/style.css @@ -143,10 +143,6 @@ hr { height: 3px; } -#content hr { - display: none; -} - pre { font-family: monospace; }