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/public/default | |
| 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/public/default')
| -rw-r--r-- | services/nuldoc/public/default/404.html | 2 | ||||
| -rw-r--r-- | services/nuldoc/public/default/index.html | 2 | ||||
| -rw-r--r-- | services/nuldoc/public/default/style.css | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/services/nuldoc/public/default/404.html b/services/nuldoc/public/default/404.html index 8b0c891d..466c34d4 100644 --- a/services/nuldoc/public/default/404.html +++ b/services/nuldoc/public/default/404.html @@ -14,7 +14,7 @@ <meta name="Hatena::Bookmark" content="nocomment"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>Page Not Found|nsfisis.dev</title> - <link rel="stylesheet" href="/style.css?h=c171793a210d62f7ff2ddf54208f34e5"> + <link rel="stylesheet" href="/style.css?h=81dfc0b483beda175e3e17562faac7c9"> </head> <body class="single"> <header class="header"> diff --git a/services/nuldoc/public/default/index.html b/services/nuldoc/public/default/index.html index 49b41340..b5bc01e6 100644 --- a/services/nuldoc/public/default/index.html +++ b/services/nuldoc/public/default/index.html @@ -15,7 +15,7 @@ <link rel="alternate" type="application/atom+xml" href="https://nsfisis.dev/atom.xml"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>nsfisis.dev</title> - <link rel="stylesheet" href="/style.css?h=c171793a210d62f7ff2ddf54208f34e5"> + <link rel="stylesheet" href="/style.css?h=81dfc0b483beda175e3e17562faac7c9"> </head> <body class="single"> <header class="header"> diff --git a/services/nuldoc/public/default/style.css b/services/nuldoc/public/default/style.css index 160273e0..eba86a34 100644 --- a/services/nuldoc/public/default/style.css +++ b/services/nuldoc/public/default/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; |
