Browse Source

feat: 修改博客名样式

SongZihuan 2 years ago
parent
commit
90cea81823
2 changed files with 2 additions and 2 deletions
  1. 1 1
      static/styles/index/hello.css
  2. 1 1
      templates/index/hello.html

+ 1 - 1
static/styles/index/hello.css

@@ -97,6 +97,6 @@
     height: 50vh;
     width: 50%;
     margin: 10% auto;
-    background-color: rgb(255, 255, 255, 20%);
+    background-color: rgb(255, 255, 255, 60%);
     border-radius: 10px;
 }

+ 1 - 1
templates/index/hello.html

@@ -18,7 +18,7 @@
 
 {% block content %}
     <section id="title-section">
-        <h1 id="title-1"> 欢迎,这里是{{ blog_name }} </h1>
+        <h1 id="title-1"> 欢迎,这里是{{ blog_name }} </h1>
         <form method="get" action=" {{ url_for('base.index_page') }} ">
             <input id="btn" type="submit" value="进入">
         </form>