From cf6c17546bc40d41c169279ad7b8f60bf0888ab3 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Fri, 13 Oct 2023 21:26:24 -0400 Subject: new templates, and refinements --- assets/css/main.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'assets/css/main.css') diff --git a/assets/css/main.css b/assets/css/main.css index c1aae11..47cb5f5 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -126,4 +126,17 @@ html[data-theme="dark"] #actions button { html[data-theme="light"] .icon, html[data-theme="light"] #actions button { color: #24333e; -} \ No newline at end of file +} + +.pills { + margin-top: 1em; +} + +.pill { + background-color: #237fc0; + display: inline-block; + border-radius: .25em; + line-height: 1em; + padding: .5em .5em; + color: white; +} -- cgit v1.1