Skip to content

Commit 0123877

Browse files
author
delphidabbler
committed
Add CSS styles
1 parent 0320b6a commit 0123877

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Docs/Design/FileFormats/main.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,17 @@ code {
114114
font-family: "Courier New", Courier, monospace;
115115
}
116116

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+
117128
del {
118129
text-decoration: line-through;
119130
color: gray;
@@ -167,3 +178,8 @@ acronym {
167178
text-decoration: line-through;
168179
color: gray;
169180
}
181+
182+
.very-strong{
183+
font-variant: small-caps;
184+
font-weight: bold;
185+
}

0 commit comments

Comments
 (0)