From 624fea9a91045c917c54984c0fdc0d2478589a6e Mon Sep 17 00:00:00 2001 From: Joe Wroten Date: Sun, 6 Jan 2019 20:53:56 -0600 Subject: [PATCH] Fully styled tags --- src/assets/stylesheet.css | 18 +++++++++++++++++- src/templates/interior.hbs | 32 +++++++++++++++++--------------- 2 files changed, 34 insertions(+), 16 deletions(-) diff --git a/src/assets/stylesheet.css b/src/assets/stylesheet.css index 5ba82b0..55ff1c4 100644 --- a/src/assets/stylesheet.css +++ b/src/assets/stylesheet.css @@ -65,14 +65,22 @@ a { .tag { padding: 0 .3em; border-radius: 3px; + margin-bottom: .25em; margin-right: .5em; box-shadow: 0px 5px 5px rgba(0, 0, 0, .1); color: #1A323E; - background: #F3EDFF; text-decoration: none; display: inline-block; } +.-volunteer .tag { + background: #F3EDFF; +} + +.-git .tag { + background: #F0FFED; +} + .index .tag { margin-bottom: 1rem; } @@ -83,6 +91,14 @@ a { color: white; } +.interior-info { + display: flex; +} + +.interior-link { + white-space: nowrap; +} + .index-interiorlinks { list-style-type: none; margin: 0; diff --git a/src/templates/interior.hbs b/src/templates/interior.hbs index 6ba3832..ebf262f 100644 --- a/src/templates/interior.hbs +++ b/src/templates/interior.hbs @@ -13,7 +13,7 @@ - +
{{{readme.html}}}