feat: initialize Nuxt official website
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
:root {
|
||||
font-family: 'Source Han Sans', 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
|
||||
color: rgb(64 64 64);
|
||||
background: #f8fbff;
|
||||
}
|
||||
|
||||
html { scroll-behavior: smooth; }
|
||||
body { min-width: 320px; margin: 0; background: #f8fbff; }
|
||||
button, a { -webkit-tap-highlight-color: transparent; }
|
||||
Reference in New Issue
Block a user