aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Flat/flat.css
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-11-04 12:49:21 +0100
committerGravatar GitHub <noreply@github.com> 2025-11-04 12:49:21 +0100
commitb6c63d223931382aae84dc6d394cdd1bb58121bc (patch)
treef512ea0f11873f89740cb7692442d11b26d59ee3 /p/themes/Flat/flat.css
parent7d4854a0a4f5665db599f18c34035786465639f3 (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/Flat/flat.css')
-rw-r--r--p/themes/Flat/flat.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css
index fb99b5f20..bd02514af 100644
--- a/p/themes/Flat/flat.css
+++ b/p/themes/Flat/flat.css
@@ -655,15 +655,15 @@ th {
background: #2980b9;
}
-/*=== Day indication */
-.day {
+/*=== Transition indication, e.g. day */
+.transition {
padding: 0 10px;
font-weight: bold;
line-height: 3em;
border-left: 2px solid #ecf0f1;
}
-.day .name {
+.transition .name {
padding: 0 10px 0 0;
color: #aab;
font-size: 1.8em;
@@ -991,7 +991,7 @@ th {
bottom: -19px;
}
- .day .name {
+ .transition .name {
font-size: 1.1rem;
}