Skip to content
Snippets Groups Projects
Commit a9d95ccc authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Improved navigation

parent 0abb9413
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@ nav ul
margin: 0 auto
height: 56px
align-items: center
li, li > *
color: #282828
text-decoration: none
li
display: block
line-height: 24px
......@@ -42,9 +45,6 @@ nav ul
&:hover
background: #FFD54F
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2)
li, li > *
color: #282828
text-decoration: none
.images
display: flex
......
......@@ -9,7 +9,7 @@
{{if .Id}}
<li><a href="/me/images">My Images</a></li>
<li><a href="/me/albums">My Albums</a></li>
<li class="me"><a href="/me/">{{.Name}}</a></li>
<li class="me"><a href="https://accounts.kuschku.de/profile">{{.Name}}</a></li>
{{end}}
</ul>
</nav>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment