diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2026-03-06 10:45:33 -0500 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2026-03-06 10:45:33 -0500 |
| commit | 629f2aefd1d4f552a4b9b4491ec5e6bd51915030 (patch) | |
| tree | ef44265ad51543e3708707939daa8bbc94673477 /assets | |
| parent | baf4e6c1a026ed520872e2e486444a24b774e1aa (diff) | |
| download | aoidh-629f2aefd1d4f552a4b9b4491ec5e6bd51915030.zip | |
combine code and .mono selectors in list
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/aoidh.css | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/assets/aoidh.css b/assets/aoidh.css index 5925011..ddc6ee4 100644 --- a/assets/aoidh.css +++ b/assets/aoidh.css @@ -233,12 +233,7 @@ iframe { border: none; } -code { - font-family: 'IBM Plex Mono', 'Source Code Pro', monospace; - font-size: .9em; -} - -.mono { +code, .mono { font-family: 'IBM Plex Mono', 'Source Code Pro', monospace; font-size: .9em; } |