Drop background from plain images (like our logo should be on regular background directly)
This commit is contained in:
parent
73505a5bd1
commit
11e1e051d4
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ section.has-light-background {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.reveal section img.plain {
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
|
|
||||||
.reveal blockquote {
|
.reveal blockquote {
|
||||||
border: dashed 5px #823a69;
|
border: dashed 5px #823a69;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue