From 0a837fb26acfa5c1ba8d910984d19963f1e0cfa4 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 26 May 2022 17:35:40 -0400 Subject: [PATCH] for lugo changes --- static/style.css | 17 +++++++++++++++-- 1 file 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 {