about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-08-23 09:31:20 -0700
committerFranck Cuny <franck@fcuny.net>2021-08-23 09:31:20 -0700
commita90ab15cf615076786a3e6ab4e83e3625993510e (patch)
tree2d1fe8676c98206decf72abee252d4d4eedb219a
parentCSS: makes the menu more readable (diff)
downloadfcuny.net-a90ab15cf615076786a3e6ab4e83e3625993510e.tar.gz
CSS: rename the class for the tags
-rw-r--r--static/css/custom.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 3475d1f..95f5feb 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -74,10 +74,12 @@ pre {
     overflow-x: auto;
 }
 
-.tags {
-    border-radius:8px;
-    padding:0 .5rem;
-    font-size: 90%;
+.meta_tags {
+    border-radius: 8px;
+    padding: 0 .5rem;
+    font-size: 80%;
+    border: 2px solid #eee;
+    background-color: #eee
 }
 
 .meta_tags a:link,