From 4ddca4d521b028d901ed33bc700f0a430a686070 Mon Sep 17 00:00:00 2001 From: David Darnes Date: Mon, 1 Jan 2018 21:48:08 +0000 Subject: [PATCH] Make sure overrides are happening over sassline --- _sass/_theme.scss | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/_sass/_theme.scss b/_sass/_theme.scss index 460fe7a..cbc9944 100644 --- a/_sass/_theme.scss +++ b/_sass/_theme.scss @@ -139,28 +139,36 @@ video { // Sassline overrides .typeset { + a > code { + text-shadow: none; + } .button, button { background-image: none; text-shadow: none; - color: lighten(invert($bodyColour), 15%); + color: $backgroundColour; &:hover, &:active, &:focus { background-image: none; - color: lighten(invert($bodyColour), 15%); + color: $backgroundColour; } } hr { width: 100%; } li { - margin-bottom: .3em; > p { padding: 0; margin: 0; } } + .nav a { + padding-left: 0; + padding-right: 0; + margin-left: .2rem; + margin-right: .2rem; + } pre { white-space: pre; overflow-x: scroll;