From 6e6df7ffd3196fbea69b120fcd64baa0b9c0e6db Mon Sep 17 00:00:00 2001
From: Ahmed Hamza El-Sherif <119296268+0xelsherif@users.noreply.github.com>
Date: Sat, 27 Apr 2024 22:41:59 +0300
Subject: [PATCH] x
---
index.html | 1 +
styles.css | 7 +++++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 5412cfa..70de435 100644
--- a/index.html
+++ b/index.html
@@ -166,6 +166,7 @@
Follow Me
+
diff --git a/styles.css b/styles.css
index 5f7f099..8114bbb 100644
--- a/styles.css
+++ b/styles.css
@@ -67,7 +67,7 @@ body.dark-mode {
.card {
background-color: white;
- padding: 20px;
+ padding: 16px;
margin-top: 20px;
background: #fff;
border: 1px solid #e8e8e8;
@@ -214,7 +214,10 @@ body.dark-mode {
background: #f48024;
color: white;
}
-
+.fa-twitter {
+ background: #1DA1F2;
+ color: white;
+}
/* Add CSS styles for the toggle switch */
.switch {
position: relative;