Oliver
2022-12-21 87d3950f3a6844a531b4837c5a7081a7595f386c
src/components/edit/index.vue
@@ -40,14 +40,14 @@
</script>
<style lang="scss" scoped>
#edit {
    :deep(.w-e-toolbar) {
        background-color: #09152f !important;
        color: #4b9bb7;
    }
    :deep(.w-e-text-container) {
        background-color: #09152f !important;
        color: #4b9bb7;
    }
    //:deep(.w-e-toolbar) {
    //    background-color: #09152f !important;
    //    color: #4b9bb7;
    //}
    //
    //:deep(.w-e-text-container) {
    //    background-color: #09152f !important;
    //    color: #4b9bb7;
    //}
}
</style>
</style>