Files
2026-08-16 04:07:40 -07:00

6 lines
132 B
CSS

/* Emphasize inline code generated by Doxygen's \p and \c commands. */
code {
font-style: italic;
text-decoration: underline;
}