mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Stripping default nav styling completely
This is already conflicting with new styles horribly.
This commit is contained in:
parent
09ce90c9e9
commit
0fc1416bfc
1 changed files with 1 additions and 36 deletions
|
@ -188,39 +188,4 @@ main {
|
||||||
}
|
}
|
||||||
} // .floatingheader
|
} // .floatingheader
|
||||||
|
|
||||||
} // .scrolling
|
} // .scrolling
|
||||||
|
|
||||||
|
|
||||||
//
|
|
||||||
// Navs
|
|
||||||
// --------------------------------------------------
|
|
||||||
|
|
||||||
nav {
|
|
||||||
ul {
|
|
||||||
list-style: none;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
border-top: $lightbrown 1px solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
li {
|
|
||||||
a {
|
|
||||||
display: block;
|
|
||||||
padding: 10px 15px;
|
|
||||||
color: $brown;
|
|
||||||
border-bottom: $lightbrown 1px solid;
|
|
||||||
|
|
||||||
&:hover,
|
|
||||||
&:focus {
|
|
||||||
color: $darkgrey;
|
|
||||||
background: $lightbrown;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:before {
|
|
||||||
margin-right: 1em;
|
|
||||||
} // Make space for icons
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue