diff options
| author | Fuwn <[email protected]> | 2024-07-27 06:16:19 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-27 06:16:19 +0000 |
| commit | 7924f37f1e8cad801b87be281becde7d1141473b (patch) | |
| tree | 88836fd055eec0c1b188f5b3811cdd3d7bcff947 /default.css | |
| parent | format(css): spacing (diff) | |
| download | september-7924f37f1e8cad801b87be281becde7d1141473b.tar.xz september-7924f37f1e8cad801b87be281becde7d1141473b.zip | |
fix(css): heading font weight
Diffstat (limited to 'default.css')
| -rw-r--r-- | default.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.css b/default.css index 8439d33..7d70d73 100644 --- a/default.css +++ b/default.css @@ -81,6 +81,7 @@ h4:before, h5:before, h6:before { color: var(--muted); + font-weight: 400; } h1:first-child { |