14 lines
354 B
CSS
14 lines
354 B
CSS
@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; }
|