9 lines
146 B
CSS
9 lines
146 B
CSS
html {
|
|
color-scheme: light dark;
|
|
font-family: system-ui;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
height: 100%;
|
|
}
|