summaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-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 {