@@ -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;
}
@@ -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>