Private
Public Access
1
0

white icons in nav

This commit is contained in:
Sander Roosendaal
2018-09-20 17:05:32 +02:00
parent 93b62dfcf2
commit 540173f75e
2 changed files with 28 additions and 12 deletions

View File

@@ -10,12 +10,16 @@
.wrapper > * {
/* border: 2px solid #f08c00; */
padding: 5px;
}
}
a {
text-decoration: none;
color: #1c75bc;
}
nav ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
justify-content: space-between;
}
@@ -35,11 +39,23 @@
user ul {
list-style: none;
margin: 0;
padding: 0;
padding: 0.2em 0.0em 0.2em 0.0em;
display: flex;
justify-content: flex-end;
}
user a i {
color: #1c75c;
}
nav a {
color: white;
}
nav a i {
color: white;
}
.main-head {
grid-area: header;
}