diff options
| author | 2023-01-02 09:47:04 +0100 | |
|---|---|---|
| committer | 2023-01-02 09:47:04 +0100 | |
| commit | c0a89a99b4e90464d51f8fa0448fafc2df9c5c42 (patch) | |
| tree | 0177f9cf70a3fa0a2c50732965c2b38c6d31a1ba /p/themes/Pafat | |
| parent | 2850c0baea89a39ee090f207197c2ed5390254a7 (diff) | |
Fix: Nord Theme: "Mark all" menu item (#4979)
* fix font-size
* fix background color
Diffstat (limited to 'p/themes/Pafat')
| -rw-r--r-- | p/themes/Pafat/pafat.css | 2 | ||||
| -rw-r--r-- | p/themes/Pafat/pafat.rtl.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index 064d331bf..8b3124e72 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -366,7 +366,7 @@ a.btn { padding: 0 22px; line-height: 2.5; color: var(--font-color-grey); - font-size: 0.8rem; + font-size: inherit; } .dropdown-menu .dropdown-section .item > a, diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index a6199e8ce..d0f2436d7 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -366,7 +366,7 @@ a.btn { padding: 0 22px; line-height: 2.5; color: var(--font-color-grey); - font-size: 0.8rem; + font-size: inherit; } .dropdown-menu .dropdown-section .item > a, |
