From 96f9248820da85937ade652f41291b1326532f96 Mon Sep 17 00:00:00 2001
From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn>
Date: Sun, 29 Sep 2024 12:28:52 +0000
Subject: [PATCH] Update file layout.html

---
 wiki/layout.html | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/wiki/layout.html b/wiki/layout.html
index 5535fa03..c7a79b74 100644
--- a/wiki/layout.html
+++ b/wiki/layout.html
@@ -212,13 +212,6 @@
             height: 200px; /* Adjust size as needed */
         }
         
-        .loading-text {
-            margin-top: 20px;
-            font-family: Arial, sans-serif;
-            font-size: 24px;
-            color: #fa8072; /* Salmon color to match your theme */
-            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
-        }
     </style>
   </head>
 
@@ -227,7 +220,6 @@
 <body>
   <div class="loader-container">
     <img src="https://static.igem.wiki/teams/5187/art/loading.gif" alt="Loading" class="loader-gif">
-    <div class="loading-text">Loading...</div>
 </div>
   <!-- Navigation -->
   {% include 'menu.html' %}
-- 
GitLab