💄 Muestra botón de scroll hacia arriba siempre

This commit is contained in:
Manuel Cillero 2025-06-28 07:33:38 +02:00
parent 585a95fac3
commit e08ba95a38

View file

@ -1215,6 +1215,11 @@ body.home .quote-text p {
#scroll-top-link:hover {
background-color: #000;
}
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
display: block;
}
}
#top .av_inherit_color a {
text-decoration: none;