Can’t revert to default image occlusion css text

Today I copy pasted a css text from a web in image occlusion temple in css section. Now I don’t like how it looks and I want to get back to the default css test but can’t revert to the original one. How can I do this ?

In the computer version’s card template editor, the cog button has an option to restore the notetype to default settings.

I am sorry but I don’t have any computer. Would you be kind enough to provide me with the css text?

#image-occlusion-canvas {
    --inactive-shape-color: #ffeba2;
    --active-shape-color: #ff8e8e;
    --inactive-shape-border: 1px #212121;
    --active-shape-border: 1px #212121;
}

.card {
    font-family: arial;
    font-size: 20px;
    text-align: center;
    color: black;
    background-color: white;
}
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.