summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/style.css b/style.css
index 36bc470..353c29a 100644
--- a/style.css
+++ b/style.css
@@ -82,6 +82,22 @@ input[type=submit] {
margin-left: 4em;
}
+.cardlist li {
+ list-style-type: none;
+ background-color: var(--bg2);
+ border-radius: 5px;
+ margin-top: 1em;
+ padding: 1em;
+}
+.cardlist li h3 {
+ margin: 0.1em;
+}
+.cardlist li img {
+ float: left;
+ width: 48px;
+ height: 48px;
+ margin-right: 1em;
+}
.status {
display: inline-block;