From a5175874e16158bc90f844ce455cfdfe892a3a50 Mon Sep 17 00:00:00 2001 From: Ed Silkworth Date: Fri, 11 Aug 2023 00:13:55 -0700 Subject: [PATCH] updated --- public/css/theme-arc-red.css | 2 +- public/css/theme-auto-red.css | 8 ++++---- public/css/theme-red.css | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/css/theme-arc-red.css b/public/css/theme-arc-red.css index cdd59d1..546cc8d 100644 --- a/public/css/theme-arc-red.css +++ b/public/css/theme-arc-red.css @@ -224,7 +224,7 @@ --color-active-line: #534d1b; accent-color: var(--color-accent); color-scheme: dark; - --fonts-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, var(--fonts-emoji) !important; + /* no longer needed: --fonts-monospace */ } /* invert emojis that are hard to read otherwise */ diff --git a/public/css/theme-auto-red.css b/public/css/theme-auto-red.css index 3b3b095..feea614 100644 --- a/public/css/theme-auto-red.css +++ b/public/css/theme-auto-red.css @@ -12,8 +12,8 @@ --color-primary-light-4: #d54455 !important; /* fewest contributions heatmap */ /* reconsidered: --color-background */ /* no contributions heatmap is okay */ - --fonts-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, var(--fonts-emoji) !important; - } + /* no longer needed: --fonts-monospace */ +} /* reconsidered: .full.height */ @@ -312,8 +312,8 @@ --color-active-line: #534d1b; accent-color: var(--color-accent); color-scheme: dark; - --fonts-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, var(--fonts-emoji) !important; - } + /* no longer needed: --fonts-monospace */ +} /* invert emojis that are hard to read otherwise */ .emoji[aria-label="check mark"], diff --git a/public/css/theme-red.css b/public/css/theme-red.css index 17d025f..b2c72d3 100644 --- a/public/css/theme-red.css +++ b/public/css/theme-red.css @@ -9,7 +9,7 @@ --color-primary-light-4: #d54455 !important; /* fewest contributions heatmap */ /* reconsidered: --color-background */ /* no contributions heatmap is okay */ - --fonts-monospace: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace, var(--fonts-emoji) !important; + /* no longer needed: --fonts-monospace */ } /* reconsidered: .full.height */