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

@@ -401,6 +401,30 @@ a.button {
color: #ffffff;
}
.rbluetext {
color: #27aae1;
}
.rdarkbluetext {
color: #1c75bc;
}
.rblue {
color: #fae7e9;
border: solid 1px #27aae1;
background: #27aae1;
}
.rblue:active {
color: #ffffff;
}
.rblue:hover {
background: #1c75bc;
border: solid 1px #27aae1;
}
/* rosy */
.rosy {
color: #fae7e9;
@@ -845,6 +869,12 @@ a.wh:hover {
}
.icon-link a:hover, a:visited, a:link, a:active {
.icon-link a {
text-decoration: none;
color: #27aae1;
}
.icon-link a:hover, a:active, a:visited, a:link {
color: #1c75bc;
text-decoration: none;
}