From: Athene Allen Date: Mon, 10 Mar 2025 21:02:09 +0000 (+0000) Subject: fix iframes so they show the hearts yay X-Git-Url: https://fortfriendship.online/gitweb/gnargle.github.io.git/commitdiff_plain/244a98f6d36a4c8dffb9c0d90805fd23f8af43ff?ds=inline fix iframes so they show the hearts yay --- diff --git a/index.html b/index.html index 3d23335..e0b5c23 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@
-
+

diff --git a/main.css b/main.css index 744866b..4588fa0 100644 --- a/main.css +++ b/main.css @@ -19,7 +19,6 @@ body { font-family: 'Source Code Pro', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; - background-color: #ffa2b5; color: black; } @@ -44,6 +43,7 @@ body { .container { padding-top: 10px; padding-bottom: 10px; + background-color:none transparent; } .content { @@ -64,6 +64,7 @@ body { display: block; margin: 0 auto; border: 0; + } .embed-links { @@ -174,4 +175,5 @@ ul { .whole-site{ background-image: url("img/hearts2.png"); background-size: 10%; + background-color: #ffa2b5; } \ No newline at end of file