From 9a6d1bb9c4b49b1839cb804ea7401a711dee36ec Mon Sep 17 00:00:00 2001 From: Aroy-Art <39088602+Aroy-Art@users.noreply.github.com> Date: Mon, 15 Nov 2021 09:15:55 +0100 Subject: [PATCH] Added tag styling --- assets/css/style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 285ee2f..5f2dd9c 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -580,6 +580,25 @@ pre.chroma { opacity: .01; } +/*================================================================= + Tags +=================================================================*/ +.tagContainer{ + margin: 16px +} + + +.tags { + margin: 16px 0 0 0; + background-color: #00fff9; + border-radius: 8px; + padding: 0.2em; +} + +.tags:hover { + background-color: #046293; +} + /*================================================================= Navigation