aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.css
diff options
context:
space:
mode:
authorMarvin Borner2024-01-22 10:18:35 +0100
committerMarvin Borner2024-01-22 10:21:18 +0100
commitc352987645294838b7ea1eaa3cbcaf0994bf9dd0 (patch)
tree016bcbc085a355e7a5c5d1535260f0f372597d8d /index.css
parentb7147115286644a87184e1607628a32a1fe832bc (diff)
Sync from main
Diffstat (limited to 'index.css')
-rw-r--r--index.css21
1 files changed, 21 insertions, 0 deletions
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;
}