summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2021-11-08 20:50:15 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2021-11-08 20:50:15 +0000
commit4a40b41f386af23da54cd35b8abac1f27c8e5ef7 (patch)
treee618372a6f5446adc9e3770607cbb5fb04377900 /public
parent745664a1bf36cce13f3439698275b0b147efde3b (diff)
Filter by tag
Diffstat (limited to 'public')
-rw-r--r--public/css/site.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/site.css b/public/css/site.css
index 6204f7b..e689de7 100644
--- a/public/css/site.css
+++ b/public/css/site.css
@@ -58,6 +58,7 @@ a.no-decoration:before {
content: "";
}
+ul,
ol {
list-style-type: none;
padding: 0;
@@ -102,6 +103,10 @@ button {
text-align: center;
}
+.tag {
+ color: #86EFAC;
+}
+
@media (min-width: 1536px) {
section {
width: 80%;