diff --git a/wiki/layout.html b/wiki/layout.html index 5535fa031213ad0c2899242e93ffffba824f9a86..c7a79b742cd7559f31b9a8e38fd0fd17312fc2a1 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' %}