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

View File

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