This commit is contained in:
parent
c3db7f3328
commit
d87ef15ddd
|
@ -30,17 +30,17 @@ a {
|
||||||
top: 0;
|
top: 0;
|
||||||
background-color: #1e1e2e;
|
background-color: #1e1e2e;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 8em;
|
width: 5.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar > ul {
|
.navbar > ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding-left: 1em;
|
padding-left: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar > ul > li > a {
|
.navbar > ul > li > a {
|
||||||
transition: color 200ms;
|
transition: color 200ms;
|
||||||
font-size: 1.3em;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar > ul > li > a:hover {
|
.navbar > ul > li > a:hover {
|
||||||
|
|
Loading…
Reference in a new issue