code.simple {
    font-family: monospace;
}

code.inline {
    font-family: monospace;
    text-decoration-line: underline;
    text-decoration-style: dotted;
}

code.app {
    font-family: monospace;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-color: rgb(34, 97, 233);
    text-decoration-thickness: 2px;
}
