mirror of
https://codeberg.org/Sevichecc/Seigwai.git
synced 2025-04-30 07:49:30 +08:00
36 lines
No EOL
446 B
CSS
36 lines
No EOL
446 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
.milkdown {
|
|
@apply bg-slate-50 px-2 py-4 border rounded-xl max-w-4xl mx-auto shadow-lg mt-10;
|
|
}
|
|
|
|
.editor {
|
|
@apply mx-auto;
|
|
}
|
|
|
|
.btn-ghost {
|
|
@apply hover:bg-slate-200;
|
|
}
|
|
|
|
.btn-active{
|
|
@apply bg-slate-200;
|
|
}
|
|
|
|
.menu-btn {
|
|
@apply btn btn-ghost btn-sm rounded-md p-2;
|
|
}
|
|
|
|
.menu-btn > span {
|
|
@apply w-4;
|
|
}
|
|
|
|
.menu-btn.btn-active {
|
|
@apply bg-slate-200;
|
|
}
|
|
|
|
|
|
a {
|
|
color: #68CEF8;
|
|
} |