diff options
author | Franck Cuny <franck@fcuny.net> | 2021-08-23 09:31:20 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-08-23 09:31:20 -0700 |
commit | a90ab15cf615076786a3e6ab4e83e3625993510e (patch) | |
tree | 2d1fe8676c98206decf72abee252d4d4eedb219a | |
parent | CSS: makes the menu more readable (diff) | |
download | fcuny.net-a90ab15cf615076786a3e6ab4e83e3625993510e.tar.gz |
CSS: rename the class for the tags
-rw-r--r-- | static/css/custom.css | 10 |
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, |