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 0320b6a commit 0123877Copy full SHA for 0123877
Docs/Design/FileFormats/main.css
@@ -114,6 +114,17 @@ code {
114
font-family: "Courier New", Courier, monospace;
115
}
116
117
+code.key {
118
+ font-weight: bold;
119
+ font-style: none;
120
+}
121
+
122
+code.value {
123
+ padding: 1px 2px;
124
+ background-color: #f5f5f5;
125
+ font-style: normal;
126
127
128
del {
129
text-decoration: line-through;
130
color: gray;
@@ -167,3 +178,8 @@ acronym {
167
178
168
179
169
180
181
182
+.very-strong{
183
+ font-variant: small-caps;
184
185
0 commit comments