From 43704d49bf91a725bc55e54a315095eed4dac48f Mon Sep 17 00:00:00 2001
From: Gemdation <166338329+Gemdation@users.noreply.github.com>
Date: Sun, 6 Apr 2025 17:41:30 -0500
Subject: [PATCH] Adding files to indexes
---
index.html | 2 +-
media/index.html | 14 ++++++++++++--
meta/main.css | 2 +-
3 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/index.html b/index.html
index 4171f89..c31eb92 100644
--- a/index.html
+++ b/index.html
@@ -26,7 +26,7 @@
WiiMart
-Install Errors Branding
+Install Support Errors Branding
It's WiiMart Wednesday, The catalog has been updated with new games!
diff --git a/media/index.html b/media/index.html
index 076e22a..bf5aba4 100644
--- a/media/index.html
+++ b/media/index.html
@@ -12,8 +12,6 @@
diff --git a/meta/main.css b/meta/main.css
index cc4b0a6..1b7e041 100644
--- a/meta/main.css
+++ b/meta/main.css
@@ -17,7 +17,7 @@ a {color:#34BEED; font-weight: bold;}
::selection{color: #323232;background: #34BEED;}
::-moz-selection{color: #323232;background:#34BEED;}
body.dir {text-align: left;}
-body.dir a {color:black;text-decoration: none;}
+body.dir a {color:black;text-decoration: none;font-weight: normal;}
table {border: 1px solid white; border-collapse: collapse;}
th, td {border: 1px solid}
div.mem {display: flex;align-items: flex-start}