for lugo changes

This commit is contained in:
Luke Smith 2022-05-26 17:35:40 -04:00
parent 64471bcf06
commit 0a837fb26a
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252
1 changed files with 15 additions and 2 deletions

View File

@ -22,8 +22,21 @@ a {
color: gold ;
}
.tagcloud a {
color: darkorange ;
#tagcloud {
list-style: none ;
text-align: center ;
}
#tagcloud li {
display: inline-block ;
}
#tagcloud a {
margin: .1em .25em ;
}
a:hover {
color: beige ;
}
a:visited {