white icons in nav
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user