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/Flat/flat.css | |
| parent | 2850c0baea89a39ee090f207197c2ed5390254a7 (diff) | |
Fix: Nord Theme: "Mark all" menu item (#4979)
* fix font-size
* fix background color
Diffstat (limited to 'p/themes/Flat/flat.css')
| -rw-r--r-- | p/themes/Flat/flat.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index 0dcef90fc..b6b291198 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -322,7 +322,7 @@ a.btn { .dropdown-menu .item > .as-link { padding: 0 22px; line-height: 2.5em; - font-size: 0.8rem; + font-size: inherit; } .dropdown-menu .dropdown-section .item > a, |
