summaryrefslogtreecommitdiff
path: root/assets/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/style.css')
-rw-r--r--assets/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/style.css b/assets/style.css
index 888a420..8ac5354 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -104,3 +104,9 @@ input[type=submit] {
.status-maintained { background-color: #95ff63; }
.status-abandoned-working { background-color: #ff9854; }
.status-abandoned-unfinished { background-color: #ff6854; }
+
+.featured {
+ background-color: var(--bg2);
+ border-radius: 1em;
+ padding: 0.1em;
+}