Skip to content

Commit

Permalink
for lugo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeSmithxyz committed May 26, 2022
1 parent 64471bc commit 0a837fb
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0a837fb

Please sign in to comment.