Make sure overrides are happening over sassline

This commit is contained in:
David Darnes 2018-01-01 21:48:08 +00:00
parent 0ed4f0efb3
commit 4ddca4d521

View File

@ -139,28 +139,36 @@ video {
// Sassline overrides // Sassline overrides
.typeset { .typeset {
a > code {
text-shadow: none;
}
.button, .button,
button { button {
background-image: none; background-image: none;
text-shadow: none; text-shadow: none;
color: lighten(invert($bodyColour), 15%); color: $backgroundColour;
&:hover, &:hover,
&:active, &:active,
&:focus { &:focus {
background-image: none; background-image: none;
color: lighten(invert($bodyColour), 15%); color: $backgroundColour;
} }
} }
hr { hr {
width: 100%; width: 100%;
} }
li { li {
margin-bottom: .3em;
> p { > p {
padding: 0; padding: 0;
margin: 0; margin: 0;
} }
} }
.nav a {
padding-left: 0;
padding-right: 0;
margin-left: .2rem;
margin-right: .2rem;
}
pre { pre {
white-space: pre; white-space: pre;
overflow-x: scroll; overflow-x: scroll;