diff --git a/css/light-mode.css b/css/light-mode.css index 43dcad8..e848302 100644 --- a/css/light-mode.css +++ b/css/light-mode.css @@ -19,6 +19,11 @@ Ain't got time for using CSS the right way. !important everything! background-color: #ecefff !important; } +[data-theme="light"] .github-corner > svg{ + fill: #151513 !important; + color: #fff !important; +} + [data-theme="light"] .rainbow { color: #000; } diff --git a/css/meme-mode.css b/css/meme-mode.css index e4085ed..205ec60 100644 --- a/css/meme-mode.css +++ b/css/meme-mode.css @@ -19,6 +19,11 @@ Ain't got time for using CSS the right way. !important everything! background-color: rgb(231, 212, 224) !important; } +[data-theme="meme"] .github-corner > svg{ + fill: #151513 !important; + color: #fff !important; +} + [data-theme="meme"] .rainbow { text-shadow: 2px 2px 4px #000; font-size: 40px; diff --git a/index.html b/index.html index ab96a4e..8a6bc93 100644 --- a/index.html +++ b/index.html @@ -36,7 +36,7 @@