diff options
| author | Fuwn <[email protected]> | 2024-07-27 06:14:38 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-27 06:14:44 +0000 |
| commit | 4fbe2a4469b700a67d500bb53f86562a4d07aad0 (patch) | |
| tree | a600679c497a9752b5578bd4f3b83df8dcf25fbb /default.css | |
| parent | feat(html): clear adjacent link indicators (diff) | |
| download | september-4fbe2a4469b700a67d500bb53f86562a4d07aad0.tar.xz september-4fbe2a4469b700a67d500bb53f86562a4d07aad0.zip | |
format(css): spacing
Diffstat (limited to 'default.css')
| -rw-r--r-- | default.css | 9 |
1 files changed, 9 insertions, 0 deletions
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; } |