logo
This commit is contained in:
parent
cf083c4cd8
commit
f92c16554d
@ -3,10 +3,12 @@
|
|||||||
<div class="sidebar-header">
|
<div class="sidebar-header">
|
||||||
{{ if eq .Lang "en"}}
|
{{ if eq .Lang "en"}}
|
||||||
<a class="sidebar-brand" href="/en/">
|
<a class="sidebar-brand" href="/en/">
|
||||||
|
<img src="/page-resources/wmilogo_red.png"></img>
|
||||||
{{ .Site.Title }}
|
{{ .Site.Title }}
|
||||||
</a>
|
</a>
|
||||||
{{else}}
|
{{else}}
|
||||||
<a class="sidebar-brand" href="/">
|
<a class="sidebar-brand" href="/">
|
||||||
|
<img src="/page-resources/wmilogo_red.png"></img>
|
||||||
{{ .Site.Title }}
|
{{ .Site.Title }}
|
||||||
</a>
|
</a>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
@ -106,7 +106,7 @@ a:hover {
|
|||||||
letter-spacing: 0.3rem;
|
letter-spacing: 0.3rem;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
background-color: #ba3232;
|
background-color: rgb(182, 47, 54);/*#ba3232;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-toggle {
|
.sidebar-toggle {
|
||||||
|
Loading…
Reference in New Issue
Block a user