logo
This commit is contained in:
parent
cf083c4cd8
commit
f92c16554d
@ -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}}
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user