Update index.html

This commit is contained in:
Lee Minseo 2022-04-04 21:08:08 +09:00 committed by GitHub
parent 5c303d1de6
commit d5d08bcb50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
@font-face { font-family: Yamche; font-weight: 400; font-style: normal; font-display: block; src: url('./dist/Yamche.ttf') format("truetype"); }
:root { --point-color: #6171eb; }
::selection { background-color: var(--point-color); color: #fbfbfb; }
html, body { image-rendering: pixelated; font-size: 24px; word-break: keep-all; position: relative; height: 100%; font-family: Galmuri11, sans-serif; box-sizing: border-box; }
html, body { image-rendering: crisp-edges; image-rendering: pixelated; font-size: 24px; word-break: keep-all; position: relative; height: 100%; font-family: Galmuri11, sans-serif; box-sizing: border-box; }
p, .btns { line-height: 1.5; width: 62.5%; }
p:first-child { margin-top: -12px; }
a { color: var(--point-color); text-decoration: none; }