From 629f2aefd1d4f552a4b9b4491ec5e6bd51915030 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 6 Mar 2026 10:45:33 -0500 Subject: combine code and .mono selectors in list --- README.md | 2 +- assets/aoidh.css | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7bcd746..53083d6 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,6 @@ It's mostly just CSS. The colors were inspired by [Acme](http://acme.cat-v.org/), Rob Pike's “user interface for programmers”. _Aoidh_ ([pronounced _eye_](http://www.clanmackay.ca/history.html)) is Gaelic for _fire_. -It is anglicized as Hugh, which is also the English version of the German name [Hugo](https://gohugo.io/). +It is anglicized as Hugh, which is also the English form of the German name [Hugo](https://gohugo.io/). ![screenshot](https://git.samanthony.xyz/aoidh/plain/images/screenshot.png) 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; } -- cgit v1.2.3