diff options
| author | 2025-01-10 08:31:44 +0100 | |
|---|---|---|
| committer | 2025-01-10 08:31:44 +0100 | |
| commit | 82b1d999dcfaccea7996d4dccd4778754ec39389 (patch) | |
| tree | e45e49ba758581d2c28895a8a303142caa67b4cd /p/themes/Alternative-Dark/adark.rtl.css | |
| parent | 5368f38753a3e655ed3d7d7dfc7af2cc22de7980 (diff) | |
New: About page with env information (#7161)
* infobox
* i18n
* CSS improved
* themes
* Update app/views/index/about.phtml
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Update app/views/index/about.phtml
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* Environment information => System information
* Issue templates: Env info -> System info
* i18n: IT
Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
* i18n: DE
* Update app/i18n/it/index.php
Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
* added: php_uname()
* i18n: fr
* Add database version
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
Diffstat (limited to 'p/themes/Alternative-Dark/adark.rtl.css')
| -rw-r--r-- | p/themes/Alternative-Dark/adark.rtl.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p/themes/Alternative-Dark/adark.rtl.css b/p/themes/Alternative-Dark/adark.rtl.css index 1ec1e29d6..7258b5b17 100644 --- a/p/themes/Alternative-Dark/adark.rtl.css +++ b/p/themes/Alternative-Dark/adark.rtl.css @@ -29,6 +29,7 @@ --border-color-dark: #333; --border-color-middle: #666; + --frss-border-color: var(--border-color-dark); --border-color-favorite: #ffc300; --border-color-unread: #e74c3c; |
