From 4fbe2a4469b700a67d500bb53f86562a4d07aad0 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 27 Jul 2024 06:14:38 +0000 Subject: format(css): spacing --- default.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'default.css') diff --git a/default.css b/default.css index d69e73f..8439d33 100644 --- a/default.css +++ b/default.css @@ -53,18 +53,23 @@ h5 + h6 { h1:before { content: "# "; } + h2:before { content: "## "; } + h3:before { content: "### "; } + h4:before { content: "#### "; } + h5:before { content: "##### "; } + h6:before { content: "###### "; } @@ -198,6 +203,7 @@ sub { top: -0.25rem; font-size: unset; } + sub { top: 0.25rem; } @@ -207,15 +213,18 @@ table { margin: 0 0 1.5rem 0; overflow-wrap: anywhere; } + th, td { padding: 0 0.75rem; vertical-align: top; } + th:first-child, td:first-child { padding-left: 0; } + th { text-align: inherit; } -- cgit v1.2.3