mirror of
https://github.com/safing/web
synced 2025-09-02 02:59:03 +00:00
Specify background-color overwrite to prevent .content errors in deeper html
This commit is contained in:
parent
117b448f00
commit
08dea33b03
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ p a:hover {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content{
|
body > .content, .pusher > .content {
|
||||||
background-color: $background_main;
|
background-color: $background_main;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue