We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 724a991 commit 1be1909Copy full SHA for 1be1909
preview-src/home.adoc
@@ -26,7 +26,7 @@ Content for hero panel.
26
Introduction of things.
27
28
[.grid]
29
-Thing A::
+Thing A [.emblem]#Emblem#::
30
Description of thing A.
31
32
Thing B::
src/css/home.css
@@ -46,6 +46,16 @@
46
}
47
48
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
59
.doc .grid .ulist {
60
margin-top: 0;
61
line-height: 1.3;
0 commit comments