Delete date opacity while hovering (#6390)

* opacity 0.3 -> 0.5

* delete opacity while hovering
This commit is contained in:
maTh 2024-04-30 09:44:47 +02:00 committed by GitHub
parent 329fd4bcf6
commit d4ac7ea26b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 8 deletions

View File

@ -1286,10 +1286,6 @@ a.website:hover .favicon {
z-index: 2;
}
.flux:not(.current):hover .flux_header .item .date {
opacity: 0.3;
}
.flux:not(.current):hover .item .title {
background-color: inherit;
}

View File

@ -1286,10 +1286,6 @@ a.website:hover .favicon {
z-index: 2;
}
.flux:not(.current):hover .flux_header .item .date {
opacity: 0.3;
}
.flux:not(.current):hover .item .title {
background-color: inherit;
}