feat: adopt naive ui and refine shell interactions

This commit is contained in:
2026-05-21 20:53:24 +08:00
parent 6d8acce295
commit 78b1c952e7
13 changed files with 1046 additions and 572 deletions
+25
View File
@@ -1 +1,26 @@
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&family=Noto+Sans+SC:wght@400;500;700;900&display=swap');
@import 'tailwindcss';
html,
body,
#app {
min-height: 100%;
}
body {
color: #0f172a;
background:
linear-gradient(180deg, rgba(15, 23, 42, 0.02), rgba(15, 23, 42, 0)),
#eef4f8;
}
::selection {
background: rgba(15, 118, 110, 0.18);
}
@layer utilities {
[class~='rounded'],
[class*='rounded-'] {
border-radius: 0 !important;
}
}