Skip to content

Commit c2abb87

Browse files
committed
Use stylesheet to make tt tags stand out
1 parent 139bd74 commit c2abb87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dox/stylesheet.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,10 @@ span.vhdllogic {
291291
color: #ff0000
292292
}
293293

294+
code {
295+
background-color: rgba(29, 28, 29, 0.09)
296+
}
297+
294298
/* @end */
295299

296300
.search {

0 commit comments

Comments
 (0)