1
0

Main final design touches

This commit is contained in:
2017-03-31 18:22:04 +02:00
parent 7f0e94d67a
commit ffaa72dda0
3 changed files with 35 additions and 25 deletions

View File

@ -45,10 +45,22 @@ ul.nv {
/** Index **/
.clickable {
cursor: pointer;
color: #333;
}
.clickable:hover {
background: #0094ff;
text-decoration: none;
color: #333;
}
.clickable:hover > div {
background: #eaeaea;
}
.big {
font-size: 24px;
color: #0094ff;
font-weight: 600;
}
/** Footer **/