ItemFeatures are now prepended to the description

This commit is contained in:
WBHarry 2026-01-10 15:32:32 +01:00
parent 0b343c9f52
commit 9d353fe54a
9 changed files with 97 additions and 16 deletions

View file

@ -211,6 +211,18 @@
ul {
list-style: disc;
}
.feature-descriptions {
.features-header {
font-size: 14px;
font-weight: bold;
text-decoration: underline;
&.large {
font-size: 18px;
}
}
}
}
}
.item-resources {

View file

@ -10,4 +10,16 @@
font-family: @font-body;
color: light-dark(@chat-blue-bg, @beige-50);
}
.feature-descriptions {
.features-header {
font-size: 14px;
font-weight: bold;
text-decoration: underline;
&.large {
font-size: 18px;
}
}
}
}