feat: adopt naive ui and refine shell interactions
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user