全局body、html样式优化

This commit is contained in:
禺狨 2023-03-14 10:08:18 +08:00
parent 558407b34f
commit df2058244b

View File

@ -11,6 +11,12 @@ body {
-moz-osx-font-smoothing: grayscale;
}
body,
html {
overflow-x: hidden;
padding: 0;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;