diff --git a/dist/output.css b/dist/output.css index 90ea2e4..d16d053 100644 --- a/dist/output.css +++ b/dist/output.css @@ -831,10 +831,10 @@ body:is(.dark *) { } .pill-button { - box-shadow: 0 0 60px rgba(198, 198, 196, 0.8), - 0 0 120px rgba(116, 116, 115, 0.6), - 0 0 180px rgba(70, 69, 68, 0.4); - border: 2px solid rgba(44, 43, 42, 0.9); + box-shadow: 0 0 60px rgba(198, 198, 196, 0.4), + 0 0 120px rgba(116, 116, 115, 0.2), + 0 0 180px rgba(70, 69, 68, 0.1); + border: 2px solid rgba(152, 151, 149, 0.9); } .circular-layout { diff --git a/src/home/img/backgrounds/home_bg41.webp b/src/home/img/backgrounds/home_bg41.webp new file mode 100644 index 0000000..8b5f2d2 Binary files /dev/null and b/src/home/img/backgrounds/home_bg41.webp differ diff --git a/src/home/img/backgrounds/home_bg61.webp b/src/home/img/backgrounds/home_bg61.webp new file mode 100644 index 0000000..9826f69 Binary files /dev/null and b/src/home/img/backgrounds/home_bg61.webp differ diff --git a/src/home/img/backgrounds/home_bg71.webp b/src/home/img/backgrounds/home_bg71.webp new file mode 100644 index 0000000..163f5df Binary files /dev/null and b/src/home/img/backgrounds/home_bg71.webp differ diff --git a/src/index.html b/src/index.html index 82f19d3..7ee436a 100644 --- a/src/index.html +++ b/src/index.html @@ -102,7 +102,7 @@ -
+
@@ -173,7 +173,7 @@
-
+
@@ -189,7 +189,7 @@ -
+
diff --git a/src/input.css b/src/input.css index 5121de4..4f040c7 100644 --- a/src/input.css +++ b/src/input.css @@ -190,6 +190,6 @@ } .connector-text { - @apply text-yellow-500 text-lg md:text-xl font-medium tracking-wider mb-4; + @apply text-white text-lg md:text-xl font-medium tracking-wider mb-4; } }