Prettier and a new readme

This commit is contained in:
skidoodle 2022-08-26 21:27:32 +02:00
parent 146b35d1d3
commit f21d8f8086
16 changed files with 352 additions and 2594 deletions

View file

@ -3,29 +3,29 @@
@tailwind utilities;
@layer base {
html {
scrollbar-width: thin;
scrollbar-color: #8a58e0 transparent;
}
html {
scrollbar-width: thin;
scrollbar-color: #8a58e0 transparent;
}
body {
background-color: #000;
color: #fff;
}
body {
background-color: #000;
color: #fff;
}
}
@layer components {
::selection {
background-color: #8039e2;
color: #fff;
}
::selection {
background-color: #8039e2;
color: #fff;
}
::-webkit-scrollbar {
width: 3px;
}
::-webkit-scrollbar {
width: 3px;
}
::-webkit-scrollbar-thumb {
background-color: #8a58e0;
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
background-color: #8a58e0;
border-radius: 10px;
}
}