Files
website-old/assets/css/style.scss

21 lines
287 B
SCSS

.icon {
transform: translate(3px, -3px);
z-index: 1;
}
img, svg {
position: static;
}
* {
@apply select-none outline-none;
}
.nuxt-content-editor {
@apply dark:bg-dark-200 border dark:border-white border-black border-solid;
}
.nuxt-content {
@apply dark:text-dark-700;
}