summaryrefslogtreecommitdiffstats
path: root/pelican-themes/gum/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'pelican-themes/gum/static/style.css')
-rw-r--r--pelican-themes/gum/static/style.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/pelican-themes/gum/static/style.css b/pelican-themes/gum/static/style.css
index 57442a9..8209020 100644
--- a/pelican-themes/gum/static/style.css
+++ b/pelican-themes/gum/static/style.css
@@ -206,3 +206,29 @@ a:focus { color: #34495E; }
margin-left: auto;
margin-right: auto;
}
+
+
+
+/* tag-cloud */
+ul.tagcloud {
+ list-style: none;
+ padding: 0;
+}
+
+ul.tagcloud li {
+ display: inline-block;
+}
+
+li.tag-1 {
+ font-size: 150%;
+}
+
+li.tag-2 {
+ font-size: 120%;
+}
+
+
+ul.tagcloud .list-group-item <span>.badge {
+ background-color: grey;
+ color: white;
+}