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