diff --git a/.DS_Store b/.DS_Store index b0c4336..96a47c4 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/assets/.DS_Store b/assets/.DS_Store index ac6ac7b..15045a9 100644 Binary files a/assets/.DS_Store and b/assets/.DS_Store differ 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 +} +