Private
Public Access
1
0

first attempts at redesign

This commit is contained in:
Sander Roosendaal
2018-09-18 16:40:34 +02:00
parent dedcda474c
commit f11faf2eea
4 changed files with 63 additions and 38 deletions

View File

@@ -332,15 +332,15 @@ a.button {
}
/* gray */
.blue {
.gray {
color: #e9e9e9;
border: solid 1px #555;
background: #6e6e6e;
}
.blue:hover {
.gray:hover {
background: #616161;
}
.blue:active {
.gray:active {
color: #afafaf;
}
@@ -384,20 +384,20 @@ a.button {
}
/* blue */
.graytext {
.bluetext {
color: #27aae2;
}
.gray {
.blue {
color: #fae7e9;
border: solid 1px #27aae2;
background: #27aae2;
}
.gray:hover {
.blue:hover {
background: #1c74bb;
border: solid 1px #27aae2;
}
.gray:active {
.blue:active {
color: #ffffff;
}
@@ -844,3 +844,7 @@ a.wh:hover {
hyphens: auto;
}
.icon-link a:hover, a:visited, a:link, a:active {
text-decoration: none;
}