aboutsummaryrefslogtreecommitdiff
path: root/server/src/routes/ui/style
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/routes/ui/style')
-rw-r--r--server/src/routes/ui/style/itempage.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/server/src/routes/ui/style/itempage.css b/server/src/routes/ui/style/itempage.css
index 22b2774..2913ff7 100644
--- a/server/src/routes/ui/style/itempage.css
+++ b/server/src/routes/ui/style/itempage.css
@@ -53,3 +53,12 @@
.page.item .title .play::before {
content: "▶";
}
+
+.page.item .props p {
+ margin: 0.4em;
+ font-size: small;
+ font-weight: bolder;
+ display: inline-block;
+ padding: 0.2em;
+ background: #ffffff15;
+}