Specify background-color overwrite to prevent .content errors in deeper html

This commit is contained in:
davegson 2019-02-22 14:22:25 +01:00
parent 117b448f00
commit 08dea33b03

View file

@ -40,7 +40,7 @@ p a:hover {
max-width: 100%;
}
.content{
body > .content, .pusher > .content {
background-color: $background_main;
}