feat: Modification des couleurs
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
<button class="open-button" onClick="document.getElementById('nav').setAttribute('data-open', true)">≡ Menu</button>
|
||||
<ol id="menu">
|
||||
{{ range .Site.Menus.main }}
|
||||
<li class="menu{{ if .HasChildren }} withSubmenu{{ end }}">
|
||||
<li class="menu{{ if .HasChildren }} withSubmenu{{ end }} {{ .Identifier }}">
|
||||
<a href="{{ .URL }}">
|
||||
<img class="icons" src="/icons/{{ .Identifier }}.svg" alt="{{ .Name }}" width="30" height="30" /><span>{{ .Name }}</span>
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user