From 302b63598d22d7e3e358e666cdf38cb504f04ec8 Mon Sep 17 00:00:00 2001 From: Chloe-Woahie <68732833+Chloe-Woahie@users.noreply.github.com> Date: Thu, 9 May 2024 18:39:36 -0400 Subject: [PATCH] chore: add leetcode --- public/css/custom.css | 10 ++++++++++ public/images/icons/leetcode_white.svg | 1 + public/index.html | 8 ++++++-- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 public/css/custom.css create mode 100644 public/images/icons/leetcode_white.svg diff --git a/public/css/custom.css b/public/css/custom.css new file mode 100644 index 00000000..4050ac17 --- /dev/null +++ b/public/css/custom.css @@ -0,0 +1,10 @@ +/* Leetcode */ +.button.button-leetcode { + color: #ffffff; + background-color: #17063B; + border: 1px solid #FFFFFF; + } + .button.button-leetcode:hover, + .button.button-leetcode:focus { + filter: brightness(90%); + } \ No newline at end of file diff --git a/public/images/icons/leetcode_white.svg b/public/images/icons/leetcode_white.svg new file mode 100644 index 00000000..7b71b38e --- /dev/null +++ b/public/images/icons/leetcode_white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/index.html b/public/index.html index 40d35bcc..9c3878d0 100644 --- a/public/index.html +++ b/public/index.html @@ -15,6 +15,7 @@ + @@ -48,14 +49,17 @@ fekie.08
-
+        
+        fekie
+ +
    |\---/|
    | ,_, |
     \_`_/-..----.
  ___/ `   ' ,""+ \  sk
 (__...'   __\    |`.___.';
   (_,...'(_,.`__)/'.....+
-                  
+