summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-05-26 17:35:40 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-05-26 17:35:40 -0400
commit0a837fb26acfa5c1ba8d910984d19963f1e0cfa4 (patch)
treec1cd4e65f7644e3854240129e1e89f43bdee1d31 /static
parent64471bcf0602360dc2c28c00194df9bfbe393d38 (diff)
for lugo changes
Diffstat (limited to 'static')
-rw-r--r--static/style.css17
1 files changed, 15 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css
index 6d4025e..f4ea240 100644
--- a/static/style.css
+++ b/static/style.css
@@ -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 {