mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 03:12:54 +03:00
Stripping default nav styling completely
This is already conflicting with new styles horribly.
This commit is contained in:
parent
09ce90c9e9
commit
0fc1416bfc
@ -188,39 +188,4 @@ main {
|
||||
}
|
||||
} // .floatingheader
|
||||
|
||||
} // .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
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
} // .scrolling
|
Loading…
Reference in New Issue
Block a user