aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum/ansum.css
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2020-04-08 20:52:15 +0200
committerGravatar GitHub <noreply@github.com> 2020-04-08 20:52:15 +0200
commitf9e92a92864654f3952d58a7d4e85f3cf396fa0d (patch)
treedea631f70874fdd070d7584acfe69742b892a373 /p/themes/Ansum/ansum.css
parent0d235cbadd1fdc3a00d97128746f5138e9faa447 (diff)
Fix CSS hover long title (#2882)
* Fix CSS hover long title #fix https://github.com/FreshRSS/FreshRSS/issues/2755 * Fix Ansum * Fix Mapco
Diffstat (limited to 'p/themes/Ansum/ansum.css')
-rw-r--r--p/themes/Ansum/ansum.css7
1 files changed, 3 insertions, 4 deletions
diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css
index 7b4281d2b..da350b983 100644
--- a/p/themes/Ansum/ansum.css
+++ b/p/themes/Ansum/ansum.css
@@ -972,7 +972,7 @@ form th {
.flux.not_read .item.website a {
color: #161a38; }
.flux.not_read .item.date {
- color: #161a3899; }
+ color: rgba(22, 26, 56, 0.5); }
.flux.favorite {
border-left-color: #ffc300;
-webkit-transition: all 0.15s ease-in-out;
@@ -989,9 +989,8 @@ form th {
.flux .website .favicon {
padding: 5px; }
.flux .date {
- color: #363330;
- font-size: 0.85rem;
- opacity: 0.75; }
+ color: rgba(54, 51, 48, 0.5);
+ font-size: 0.85rem; }
.flux .bottom {
font-size: 1rem;
text-align: center; }