mirror of
https://github.com/ArthurDanjou/website-old.git
synced 2026-01-14 20:19:35 +01:00
21 lines
275 B
SCSS
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;
|
|
}
|