mirror of
https://github.com/McShelby/hugo-theme-relearn
synced 2025-04-30 18:37:05 +08:00
docs: allow white background for images #411
This commit is contained in:
parent
1be3634160
commit
d4de97ffb3
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…
x
Reference in New Issue
Block a user