No BG color for now
This commit is contained in:
@@ -82,13 +82,6 @@ const saveAsync = async () => {
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>${title.value}</title>
|
<title>${title.value}</title>
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
background-color: ${selectedBackgroundColor.value};
|
|
||||||
padding: 20px;
|
|
||||||
font-family: Arial, sans-serif;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
${content.value}
|
${content.value}
|
||||||
|
|||||||
Reference in New Issue
Block a user