This commit is contained in:
shizuka 2018-10-18 12:03:45 +02:00
parent cf083c4cd8
commit f92c16554d
2 changed files with 3 additions and 1 deletions

View File

@ -3,10 +3,12 @@
<div class="sidebar-header">
{{ if eq .Lang "en"}}
<a class="sidebar-brand" href="/en/">
<img src="/page-resources/wmilogo_red.png"></img>
{{ .Site.Title }}
</a>
{{else}}
<a class="sidebar-brand" href="/">
<img src="/page-resources/wmilogo_red.png"></img>
{{ .Site.Title }}
</a>
{{end}}

View File

@ -106,7 +106,7 @@ a:hover {
letter-spacing: 0.3rem;
font-weight: bold;
padding-bottom: 1rem;
background-color: #ba3232;
background-color: rgb(182, 47, 54);/*#ba3232;*/
}
.sidebar-toggle {