From 87ebc0eb27ad69220a119118dc503637ca8d7906 Mon Sep 17 00:00:00 2001 From: Ed Silkworth Date: Wed, 1 Mar 2023 15:04:38 -0800 Subject: [PATCH] added comment --- public/css/theme-auto-red.css | 2 +- public/css/theme-red.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/theme-auto-red.css b/public/css/theme-auto-red.css index bcee3bf..d595a21 100644 --- a/public/css/theme-auto-red.css +++ b/public/css/theme-auto-red.css @@ -15,7 +15,7 @@ --fonts-monospace: ui-monospace, "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace, var(--fonts-emoji) !important; /* replaced "SFMono-Regular" */ } - .full.height { + .full.height { /* legacy code */ background-color: var(--color-background) !important; /* make some elements pop out more (e.g., Sign In box, Two-Factor Authentication boxes, Repositories list, Settings boxes, Search boxes) */ } diff --git a/public/css/theme-red.css b/public/css/theme-red.css index 3218c7d..19c8aa8 100644 --- a/public/css/theme-red.css +++ b/public/css/theme-red.css @@ -12,7 +12,7 @@ --fonts-monospace: ui-monospace, "Menlo", "Monaco", "Consolas", "Liberation Mono", "Courier New", monospace, var(--fonts-emoji) !important; /* replaced "SFMono-Regular" */ } -.full.height { +.full.height { /* legacy code */ background-color: var(--color-background) !important; /* make some elements pop out more (e.g., Sign In box, Two-Factor Authentication boxes, Repositories list, Settings boxes, Search boxes) */ }