mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-08 05:29:51 +00:00
fix(ui): missing css
This commit is contained in:
parent
774ed5d31e
commit
f3c7d096bc
@ -1,13 +1,8 @@
|
||||
:root {
|
||||
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
|
||||
line-height: 1.5;
|
||||
font-weight: 400;
|
||||
|
||||
color-scheme: light dark;
|
||||
color: rgba(255, 255, 255, 0.87);
|
||||
background-color: #242424;
|
||||
|
||||
font-synthesis: none;
|
||||
line-height: 1.5;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
@ -15,8 +10,7 @@
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
place-items: center;
|
||||
padding: 0;
|
||||
min-width: 320px;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
@ -5,6 +5,7 @@ import dayjsUtc from "dayjs/plugin/utc";
|
||||
|
||||
import App from "./App";
|
||||
import "./i18n";
|
||||
import "./index.css";
|
||||
import "./global.css";
|
||||
|
||||
dayjs.extend(dayjsUtc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user