diff options
| author | 2024-05-11 23:42:34 +0200 | |
|---|---|---|
| committer | 2024-05-11 23:42:34 +0200 | |
| commit | 3b953d759b18acaadf74f8a33aa7efa8a7169de9 (patch) | |
| tree | 44765843495e0b391ae157171f6e986f66bbd2c9 /p/themes/Pafat | |
| parent | b4eca4ba03f2455389396dc6d7965055177d9a2c (diff) | |
Improved: side navigation headlines (#6445)
* frss.css
* delete border-bottom from dark, origine, pafat
* margin/padding bottom deleted
* better CSS
* Nord theme: similar padding for feed navigation bar (#6429)
Diffstat (limited to 'p/themes/Pafat')
| -rw-r--r-- | p/themes/Pafat/pafat.css | 1 | ||||
| -rw-r--r-- | p/themes/Pafat/pafat.rtl.css | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index f234194ff..4da46bc7f 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -328,7 +328,6 @@ th { padding: 0 1rem; background-color: var(--background-color-grey); color: var(--font-color-grey); - border-bottom: 1px solid var(--border-color-grey-light); font-weight: bold; } diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index 8e8d5ca59..0c969f1f1 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -328,7 +328,6 @@ th { padding: 0 1rem; background-color: var(--background-color-grey); color: var(--font-color-grey); - border-bottom: 1px solid var(--border-color-grey-light); font-weight: bold; } |
