diff options
| author | 2023-11-16 13:11:11 +0100 | |
|---|---|---|
| committer | 2023-11-16 13:11:11 +0100 | |
| commit | b3c0b4e979b2fad2e5010967a8c0edbf0190c848 (patch) | |
| tree | 828a2b7ff724a6d56b484698ee213aab39f4a8f7 | |
| parent | 618ce380e7f6a10b481b9cf32f861d1e01689505 (diff) | |
h4,h5,h6 (#5886)
Co-authored-by: math-gh <>
| -rw-r--r-- | p/themes/base-theme/frss.css | 6 | ||||
| -rw-r--r-- | p/themes/base-theme/frss.rtl.css | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index b9c296b76..dafbb284f 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -122,6 +122,12 @@ h3 { line-height: 1.5; } +h4, +h5, +h6 { + font-size: 1em; +} + .title_hidden { display: none; } diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index 62c36691a..319a6a432 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -122,6 +122,12 @@ h3 { line-height: 1.5; } +h4, +h5, +h6 { + font-size: 1em; +} + .title_hidden { display: none; } |
