diff options
| author | 2022-11-03 22:36:13 +0100 | |
|---|---|---|
| committer | 2022-11-03 22:36:13 +0100 | |
| commit | ca6c9345b2932b1f955d9d037fa6ed136e84bdc6 (patch) | |
| tree | 360c2284deb60a82f12201dd046a31bbd9ae38b8 /p/themes/base-theme/frss.css | |
| parent | b1f946367359fb1f69ec8687bebcb5f12339f985 (diff) | |
fix: dyn. OPML icon (#4810)
* fix
Diffstat (limited to 'p/themes/base-theme/frss.css')
| -rw-r--r-- | p/themes/base-theme/frss.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index 6538afefa..e0ef320e1 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -98,6 +98,12 @@ h2 { line-height: 1.5; } +h2 .icon, +legend .icon { + height: 0.8em; + vertical-align: baseline; +} + h3 { margin: 0.5rem 0 0.25rem; font-size: 1.2rem; |
