From dbda41d5b840d977674afaf508795c40a573d5c9 Mon Sep 17 00:00:00 2001 From: LogolicusYZ Date: Thu, 7 Sep 2023 08:44:07 +0200 Subject: [PATCH] changes --- .DS_Store | Bin 10244 -> 10244 bytes assets/.DS_Store | Bin 8196 -> 8196 bytes index.html | 12 +++++------- style.css | 14 +++++++++----- 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/.DS_Store b/.DS_Store index b0c4336bc9c3bf046758791a6a73b6efc95af7b0..96a47c4a795845067c08680acfc605aa05eff284 100644 GIT binary patch delta 15 WcmZn(XbIRbONc4mVe=fJ3{e0uKn08d delta 15 WcmZn(XbIRbONgm7Ve=fJ3{e0vVgeA_bgKK7;9G2VtqrUZQ)MCN{8aW|#QJGTBjB NY_h1R02U>T3;Oo00P+coM8e02{|1~ diff --git a/index.html b/index.html index 3a87d26..148fcb1 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@

Artist

-
@@ -266,15 +266,13 @@
-
- Project 2 + Project 2
-
@@ -297,7 +295,7 @@
- Project 2 + Project 2
@@ -306,7 +304,7 @@
- Project 2 + Project 2
@@ -315,7 +313,7 @@
- Project 3 + Project 3
diff --git a/style.css b/style.css index 82a1579..b0e4128 100644 --- a/style.css +++ b/style.css @@ -19,7 +19,7 @@ html { } p { - color: white; + color: black; } /* TRANSITION */ @@ -193,11 +193,13 @@ section { .section__text__p1 { text-align: center; + color: white; } .section__text__p2 { font-size: 1.75rem; margin-bottom: 1rem; + color: white; } .title { @@ -237,7 +239,7 @@ section { .btn-color-1, .btn-color-2 { - border: rgb(53, 53, 53) 0.1rem solid; + border: white 0.5px solid; } .btn-color-1:hover, @@ -247,13 +249,14 @@ section { .btn-color-1, .btn-color-2:hover { - background: white; + background: black; color: white; } .btn-color-1:hover { - background: rgb(0, 0, 0); + background: white; + color:black; } .btn-color-2 { @@ -478,4 +481,5 @@ footer p { position: absolute; backdrop-filter: blur(5vmax); z-index: -1; -} \ No newline at end of file +} +