Skip to content

Commit

Permalink
Re-add changes from master, that got lost by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
henk23 authored and knadh committed Sep 23, 2021
1 parent 71fc73f commit 4afe4a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/components/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ import CampaignPreview from './CampaignPreview.vue';
import Media from '../views/Media.vue';
const turndown = new TurndownService();
import { colors } from '../constants';
export default {
components: {
Expand Down Expand Up @@ -184,6 +185,9 @@ export default {
<style>
.codeflask .codeflask__flatten { font-size: 15px; }
.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>
<div id="area"></area>
`;
Expand Down

0 comments on commit 4afe4a7

Please sign in to comment.