diff --git a/public/css/theme-auto-red.css b/public/css/theme-auto-red.css index d595a21..1c0de41 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 { /* legacy code */ + .full.height { /* legacy code to fix issue with Dark Reader not displaying the entire page with the same color */ 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 19c8aa8..bb8b25d 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 { /* legacy code */ +.full.height { /* legacy code to fix issue with Dark Reader not displaying the entire page with the same color */ 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) */ }