mirror of
https://github.com/knadh/listmonk.git
synced 2025-10-10 23:40:55 +08:00
Re-add changes from master, that got lost by accident
This commit is contained in:
parent
71fc73fa33
commit
4afe4a7cea
1 changed files with 4 additions and 0 deletions
|
@ -108,6 +108,7 @@ import CampaignPreview from './CampaignPreview.vue';
|
||||||
import Media from '../views/Media.vue';
|
import Media from '../views/Media.vue';
|
||||||
|
|
||||||
const turndown = new TurndownService();
|
const turndown = new TurndownService();
|
||||||
|
import { colors } from '../constants';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
|
@ -184,6 +185,9 @@ export default {
|
||||||
<style>
|
<style>
|
||||||
.codeflask .codeflask__flatten { font-size: 15px; }
|
.codeflask .codeflask__flatten { font-size: 15px; }
|
||||||
.codeflask .codeflask__lines { background: #fafafa; z-index: 10; }
|
.codeflask .codeflask__lines { background: #fafafa; z-index: 10; }
|
||||||
|
.codeflask .token.tag { font-weight: bold; }
|
||||||
|
.codeflask .token.attr-name { color: #111; }
|
||||||
|
.codeflask .token.attr-value { color: ${colors.primary} !important; }
|
||||||
</style>
|
</style>
|
||||||
<div id="area"></area>
|
<div id="area"></area>
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Add table
Reference in a new issue