Private
Public Access
1
0

first cut at nav bar

This commit is contained in:
Sander Roosendaal
2018-09-18 19:14:43 +02:00
parent 6a00da75fe
commit 4e090781fd
6 changed files with 55 additions and 21 deletions

View File

@@ -149,5 +149,11 @@ p {
}
i {
text-decoration: none;
font-size: 2em;
color: #27aae1;
}
i:hover {
color: #1c75bc;
}