13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
nav {
|
|
margin-bottom: 20px;
|
|
a {
|
|
color: #fff;
|
|
&:hover {
|
|
color: #999;
|
|
}
|
|
.glyphicon {
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
}
|