From b56b3db2f4aa008e8df6205451a89046bec81226 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 10 Feb 2020 00:08:53 +0000 Subject: [PATCH] style(web/homepage): Highlight elements like buttons --- web/homepage/static/tazjin.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/web/homepage/static/tazjin.css b/web/homepage/static/tazjin.css index 668c27606..aea4d426e 100644 --- a/web/homepage/static/tazjin.css +++ b/web/homepage/static/tazjin.css @@ -167,3 +167,17 @@ img { color: #a52714; background-color: #fbe9e7; } + +kbd { + background-color: #eee; + border-radius: 3px; + border: 1px solid #b4b4b4; + box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset; + color: #333; + display: inline-block; + font-size: .85em; + font-weight: 700; + line-height: 1; + padding: 2px 4px; + white-space: nowrap; +}