Skip to content

Commit

Permalink
change count color.
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeaktian committed Dec 11, 2018
1 parent 3148e6a commit ad58d80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@
<div class="container-fluid" style="{% block photo %}{% endblock photo %} background-repeat: no-repeat;background-size: cover">
<div class="row">
<div class="col-md-auto">
<a href="/" title="主页" id="home" onmouseover="func3()" onmouseout="func4()" style="color: white;text-decoration: none;" >
<a href="/" title="首页" id="home" onmouseover="func3()" onmouseout="func4()" style="color: white;text-decoration: none;" >
{# <button type="button" class="btn btn-secondary" aria-label="Left Align" onmouseover="func3()" onmouseout="func4()" style="background-color: inherit;border: 0px">#}
{# <i id="home" class="fas fa-home" style="font-size: 24px; color: white"></i>#}
{# <label style="color: white;font-size: inherit">主页</label>#}
{# <img href="/static/img/logo.jpg">#}
{# </button>#}
<img src="/static/img/logo.jpg" style="width: 40px;height: 40px;border-radius:20px">
主页
首页
</a>
</div>
<div class="col-md-auto">
Expand Down
2 changes: 1 addition & 1 deletion app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

{% block access %}
<div class="col-md-auto offset-md-7" style="text-align: right">
<label class="text-right" style="color: white; padding: 6px; font-size: 13px; margin-right: 4px">第{{ all_access }}位访客</label>
<label class="text-right" style="color: #996699; padding: 6px; font-size: 13px; margin-right: 4px; margin-bottom: 0px;margin-top: 4px">第{{ all_access }}位访客</label>
</div>
{% endblock access %}

Expand Down

0 comments on commit ad58d80

Please sign in to comment.