From 244a98f6d36a4c8dffb9c0d90805fd23f8af43ff Mon Sep 17 00:00:00 2001 From: Athene Allen Date: Mon, 10 Mar 2025 21:02:09 +0000 Subject: [PATCH 1/1] fix iframes so they show the hearts yay --- index.html | 2 +- main.css | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.47.3