Main final design touches
This commit is contained in:
@ -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 **/
|
||||
|
Reference in New Issue
Block a user