mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
docs: allow white background for images #411
This commit is contained in:
parent
1be3634160
commit
d4de97ffb3
1 changed files with 6 additions and 0 deletions
6
exampleSite/layouts/partials/custom-header.html
Normal file
6
exampleSite/layouts/partials/custom-header.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
<style>
|
||||
#body img.bg-white {
|
||||
background-color: white;
|
||||
}
|
||||
</style>
|
Loading…
Reference in a new issue