Skip to content

Commit 1be1909

Browse files
committed
style emblem role on home page
1 parent 724a991 commit 1be1909

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

preview-src/home.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Content for hero panel.
2626
Introduction of things.
2727

2828
[.grid]
29-
Thing A::
29+
Thing A [.emblem]#Emblem#::
3030
Description of thing A.
3131

3232
Thing B::

src/css/home.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@
4646
}
4747
}
4848

49+
.doc .grid dt .emblem {
50+
color: var(--color-gray-50);
51+
font-weight: normal;
52+
}
53+
54+
.doc .grid dt .emblem::before {
55+
content: '//';
56+
padding-right: 0.5ch;
57+
}
58+
4959
.doc .grid .ulist {
5060
margin-top: 0;
5161
line-height: 1.3;

0 commit comments

Comments
 (0)