diff options
| author | 2024-09-29 10:28:28 +0200 | |
|---|---|---|
| committer | 2024-09-29 10:28:28 +0200 | |
| commit | 496d3a1a486c23345ca5e9022980a9f89151bb49 (patch) | |
| tree | 61e35a5df563ea9be307add23b2a744ac263d4f7 /p/themes/Ansum/ansum.css | |
| parent | ec9f9a43ed0521b23ab9e3d78da4678e5942b268 (diff) | |
Improved: Subscription management page (#6816)
* i18n: Add an RSS feed -> Add a feed
* manage mouse title for category
* no white space between manage icon and favicon and title
* add feed link: use icon instead of plus character
* better CSS class for empty category and its alert text box
* show muted icon and warning icon
* the CSS magic incl. the themes improvements
* fix
* mute icon is more important than warning
* feed mouse hover title
* fix feed navigation sidebar: show error
* fix btn with icon and text
* fix aside feed: muted icon over warning icon
Diffstat (limited to 'p/themes/Ansum/ansum.css')
| -rw-r--r-- | p/themes/Ansum/ansum.css | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index 3967e8c11..9bb6ce263 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -376,8 +376,6 @@ th { box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25); } .box .box-title { - margin: 0; - padding: 0.5rem 0.75rem; background: #f5f0ec; color: #363330; border-radius: 2px 2px 0 0; @@ -910,12 +908,8 @@ main.prompt { box-shadow: 0 2px 5px #ccc; } .content pre, .content.thin pre { - margin: 10px auto; - padding: 10px 20px; - overflow: auto; background: #221f1d; color: #fff; - font-size: 0.9rem; border-radius: 3px; } .content pre code, .content.thin pre code { @@ -924,9 +918,8 @@ main.prompt { border: none; } .content code, .content.thin code { - padding: 2px 5px; background: #fcfaf8; - border: 1px solid #f5f0ec; + border-color: #f5f0ec; border-radius: 3px; } .content blockquote, .content.thin blockquote { |
