:root {
    --custom-primary: #6284fd;
    --custom-primary-hover: #5876e3;
}

/* BUG FIX 34: Frontend Editor Launcher (Triangle + Apps Button) */
.o_frontend_to_backend_nav::before {
    border-top-color: #6284fd !important;
    border-left-color: #6284fd !important;
}

.o_frontend_to_backend_nav .o_frontend_to_backend_apps_btn {
    background-color: #6284fd !important;
}

.o_frontend_to_backend_nav .o_frontend_to_backend_apps_btn:hover {
    background-color: #5876e3 !important;
}
