This repository has been archived on 2026-02-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Memento-old/src/styles/global.css
2026-01-14 23:04:02 +13:00

13 lines
253 B
CSS

@import "tailwindcss";
@import 'quill/dist/quill.core.css';
@import 'quill/dist/quill.bubble.css';
@import 'quill/dist/quill.snow.css';
html {
@apply p-3;
@apply bg-black/90 text-white
}
button {
@apply py-2 px-3 bg-green-400 rounded-xl;
}