12 lines
312 B
HTML
12 lines
312 B
HTML
/**
|
|
* stylesheet.html
|
|
* ---------------
|
|
* This is the stylesheet that gets injected as a fallback if no layouts/partials/stylesheet.html file is available
|
|
* in your project file.
|
|
*
|
|
* For further details, please have a look at:
|
|
* https://gohugo-amp.gohugohq.com/install/
|
|
*
|
|
**/
|
|
|
|
body { background-color: #ffffff; } |