Update collection.html

This commit is contained in:
nune 2023-12-29 11:34:54 -05:00 committed by GitHub
parent 14a446b6af
commit 94d9c74f1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,21 +16,30 @@
color:white;
font-family:sans-serif;
font-size:125%;
padding:3px;
}
.footer{
text-align:center;
font-size:75%;
}
a{
background-color:#dda0dd;
background-color:#704FA2;
color:black;
border-radius:5px;
text-decoration:none;
}
img {
max-width: 100%;
height: auto;
}
a:hover{
background-color:#20b2aa;
background-color:#30d5c8;
color:black;
border-radius:5px;
text-decoration:none;
}
a:visited{
background-color:gold;
background-color:#58355e;
color:black;
border-radius:none;
text-decoration:underline;