aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.css
diff options
context:
space:
mode:
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;
}