From 6b15d31ece24424e1bf957afdfc14c0c3b746799 Mon Sep 17 00:00:00 2001 From: Mars Niermann Date: Wed, 8 Mar 2023 07:41:51 +0000 Subject: [PATCH] Remove invalid comments from github syle --- src/github.user.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/github.user.css b/src/github.user.css index 464e362..d89f24f 100644 --- a/src/github.user.css +++ b/src/github.user.css @@ -45,15 +45,15 @@ --monospaceFontFamily: "ComicCodeLigatures Nerd Font", "Ubuntu Mono", monospace, emoji; } - [data-color-mode="light"][data-light-theme="light"], // Light default + [data-color-mode="light"][data-light-theme="light"], [data-color-mode="dark"][data-dark-theme="light"], - [data-color-mode="light"][data-light-theme="dark"], // Dark default + [data-color-mode="light"][data-light-theme="dark"], [data-color-mode="dark"][data-dark-theme="dark"], - [data-color-mode="light"][data-light-theme="dark_high_contrast"], // Dark high contrast + [data-color-mode="light"][data-light-theme="dark_high_contrast"], [data-color-mode="dark"][data-dark-theme="dark_high_contrast"], - [data-color-mode="light"][data-light-theme="dark_dimmed"], //Dark dimmed + [data-color-mode="light"][data-light-theme="dark_dimmed"], [data-color-mode="dark"][data-dark-theme="dark_dimmed"], - [data-color-mode=auto][data-light-theme*=light], //Auto colors + [data-color-mode=auto][data-light-theme*=light], [data-color-mode=auto][data-light-theme*=dark] { --color-header-bg: var(--bg4); }