diff options
| author | 2025-04-05 23:15:37 +0200 | |
|---|---|---|
| committer | 2025-04-05 23:15:37 +0200 | |
| commit | d858053a7c70b3fee0fe407420ff8bd1466d5de2 (patch) | |
| tree | 68e6237aff1f290361e21024a2a35476a6a88888 /p/themes/base-theme/frss.css | |
| parent | 711a14fd9ccea0a5b3c68dfa20fc34e558823f40 (diff) | |
Use HTTP POST for logout (#7489)
* Use HTTP POST for logout
To avoid potential CSRF risks
* Fixed button font issue
* Minor whitespace
Diffstat (limited to 'p/themes/base-theme/frss.css')
| -rw-r--r-- | p/themes/base-theme/frss.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index f5d49a5d4..8d8b48bfb 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -395,6 +395,8 @@ button.as-link:hover, button.as-link:active { background: transparent; color: inherit; + font-family: inherit; + font-size: inherit; border: none; cursor: pointer; text-align: left; @@ -670,6 +672,7 @@ input[type="checkbox"]:focus-visible { .nav-list .item, .nav-list .item > a, +.nav-list .item > .as-link, .nav-list .item > span { display: block; overflow: hidden; |
