From 3ac36488c6767e980990cdea8fe02bbd3fc4b57c Mon Sep 17 00:00:00 2001
From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn>
Date: Fri, 13 Sep 2024 07:00:51 +0000
Subject: [PATCH] Update 2 files

- /wiki/footer.html
- /wiki/pages/home.html
---
 wiki/footer.html     | 2 +-
 wiki/pages/home.html | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/wiki/footer.html b/wiki/footer.html
index 43a0adbb..62563e5c 100644
--- a/wiki/footer.html
+++ b/wiki/footer.html
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
-  <title>Footer </title>
+  <title>Footer</title>
   <style>
     .follow-us-wrapper {
       display: flex;
diff --git a/wiki/pages/home.html b/wiki/pages/home.html
index e6fe696e..9f3ef20d 100644
--- a/wiki/pages/home.html
+++ b/wiki/pages/home.html
@@ -7,7 +7,7 @@
   <link rel="license" href="https://creativecommons.org/licenses/by/4.0/"/>
   <link href="{{ url_for('static', filename = 'bootstrap.min.css') }}" rel="stylesheet">
   <link href="{{ url_for('static', filename = 'style.css') }}" rel="stylesheet">
-  
+
   <title>Tsinghua - IGEM 2024</title>
   <style>
     body, html {
@@ -238,8 +238,8 @@
     const blocks = document.querySelectorAll('.content-block');
     const menu = document.getElementById('menu');
     const colors = {
-      background: ['#FF5151', '#FFFFFF'],  // 粉色和白色
-      text: ['#FF5151', '#FFFFFF']  // 粉色和白色
+      background: ['#FF5151', '#FFFFFF'],  
+      text: ['#FF5151', '#FFFFFF']  
     };
     let lastScrollTop = 0;
 
-- 
GitLab