diff options
| author | 2025-11-04 12:49:21 +0100 | |
|---|---|---|
| committer | 2025-11-04 12:49:21 +0100 | |
| commit | b6c63d223931382aae84dc6d394cdd1bb58121bc (patch) | |
| tree | f512ea0f11873f89740cb7692442d11b26d59ee3 /p/themes/Dark/dark.css | |
| parent | 7d4854a0a4f5665db599f18c34035786465639f3 (diff) | |
Better transitions between groups of articles (#8174)
fix https://github.com/FreshRSS/FreshRSS/issues/7520
fix https://github.com/FreshRSS/FreshRSS/issues/8168
fix https://github.com/FreshRSS/FreshRSS/discussions/8172
Diffstat (limited to 'p/themes/Dark/dark.css')
| -rw-r--r-- | p/themes/Dark/dark.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index 4d5d69f2b..6d2e01993 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -443,8 +443,8 @@ button.as-link[disabled] { background-color: var(--dark-background-color3); } -/*=== Day indication */ -.day { +/*=== Transition indication, e.g. day */ +.transition { border-top: 1px solid var(--dark-border-color3); border-bottom: 1px solid var(--dark-border-color3); } |
