Files
website-old/assets/css/style.scss
2020-12-15 15:31:14 +01:00

21 lines
275 B
SCSS

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