From 46ca0e18930bf34dbe4615ecc8223d15715bfea5 Mon Sep 17 00:00:00 2001 From: Madison Scott-Clary Date: Thu, 15 Aug 2019 23:59:04 -0700 Subject: [PATCH] style inline code --- themes/ally/static/css/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/ally/static/css/main.css b/themes/ally/static/css/main.css index f62280d..ad5362c 100644 --- a/themes/ally/static/css/main.css +++ b/themes/ally/static/css/main.css @@ -141,6 +141,9 @@ pre { white-space: pre-wrap; font-family: 'Ubuntu Mono', monospace; } +code { + font-family: 'Ubuntu Mono', monospace; +} @keyframes flash {