changing styles

This commit is contained in:
2020-04-19 19:15:57 +02:00
committed by smuddy
parent cdd0bfec0c
commit 4f1a12bd00
5 changed files with 25 additions and 16 deletions

View File

@@ -7,8 +7,9 @@ nav {
top: 0;
left: 0;
right: 0;
height: 60px;
background: @navigation-background;
height: 50px;
background: #222;
color: #fff;
z-index: 1;
.card-3;
transition: all 300ms ease-in-out;