[mod] nav style
This commit is contained in:
parent
5e89204639
commit
510f5766ad
1 changed files with 10 additions and 0 deletions
|
@ -5,8 +5,11 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
|
background-color: #222;
|
||||||
|
/*
|
||||||
border-bottom: 2px solid #888;
|
border-bottom: 2px solid #888;
|
||||||
padding-bottom: 16px;
|
padding-bottom: 16px;
|
||||||
|
*/
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -23,8 +26,15 @@ nav > ul > li {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
padding: 8px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
color: hsl(0, 0%, 87.5%);
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
color: hsl(0, 0%, 100%);
|
color: hsl(0, 0%, 100%);
|
||||||
|
border-bottom: 2px solid hsl(0, 0%, 100%);
|
||||||
|
transition: 1s ease color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.calendar {
|
.calendar {
|
||||||
|
|
Loading…
Add table
Reference in a new issue