From ad2f4de8bbee6022117fc62ceb3d7cf0818542fa Mon Sep 17 00:00:00 2001 From: 7ORP3DO <davisudha806@gmail.com> Date: Fri, 8 Jul 2022 11:09:15 +0530 Subject: [PATCH] update corner color --- css/light-mode.css | 5 +++++ css/meme-mode.css | 5 +++++ index.html | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) 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 @@ <!-- GitHub Ribbon --> <a href="https://github.com/0dayCTF/reverse-shell-generator" class="github-corner" aria-label="View source on GitHub"><svg width="80" height="80" viewBox="0 0 250 250" - style="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true"> + style="fill:#fff; color:#151513; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true"> <path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path> <path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2"