From c352987645294838b7ea1eaa3cbcaf0994bf9dd0 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 22 Jan 2024 10:18:35 +0100 Subject: Sync from main --- index.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'index.css') diff --git a/index.css b/index.css index 4d41c21..52f0f93 100644 --- a/index.css +++ b/index.css @@ -31,6 +31,27 @@ ul li a:after { white-space: pre; } +div.tags { + display: flex; + align-items: center; + text-align: center; + flex-wrap: wrap; +} + +a.tag { + text-decoration: none; + background-color: var(--background-lighter); + color: var(--text-normal); + font-size: 0.8em; + padding: 5px 8px; + margin: 5px 5px 5px 0; + border-radius: 15px; +} + +a.tag:visited { + color: var(--text-normal); +} + .index-note { display: table-footer-group; } -- cgit v1.2.3