diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-04 23:03:14 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-04 23:03:14 +0900 |
| commit | e7dcda6616cd5154c5a764ce5b061ecf1b758714 (patch) | |
| tree | 0e6b2d330f0dbb59371025a3feca2b75a1beab59 /services/nuldoc/static/_all/style.css | |
| parent | 1c1d4aaab99f58299b74fe6cc4aa3722a1931371 (diff) | |
| download | nsfisis.dev-e7dcda6616cd5154c5a764ce5b061ecf1b758714.tar.gz nsfisis.dev-e7dcda6616cd5154c5a764ce5b061ecf1b758714.tar.zst nsfisis.dev-e7dcda6616cd5154c5a764ce5b061ecf1b758714.zip | |
feat(style): tweak font size of headings
Diffstat (limited to 'services/nuldoc/static/_all/style.css')
| -rw-r--r-- | services/nuldoc/static/_all/style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/services/nuldoc/static/_all/style.css b/services/nuldoc/static/_all/style.css index 160273e0..eba86a34 100644 --- a/services/nuldoc/static/_all/style.css +++ b/services/nuldoc/static/_all/style.css @@ -207,18 +207,18 @@ li.revision { } h1 { - font-size: 2.2rem; + font-size: 1.75rem; } .post-content h2 { - font-size: 1.25rem; + font-size: 1.4rem; margin: 2.5rem 0 1rem 0; padding-bottom: 0.5rem; border-bottom: 4px solid #000; } .post-content h3 { - font-size: 1.15rem; + font-size: 1.2rem; margin: 2rem 0 0.8rem 0; padding-bottom: 0.4rem; border-bottom: 2px solid #000; |
