mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-19 06:21:47 +01:00
21 lines
287 B
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;
|
|
}
|