.
All checks were successful
Deploy blog-frontend / build-and-deploy (push) Successful in 2m15s

This commit is contained in:
박원엽
2026-06-02 14:09:38 +09:00
parent f26713e0ea
commit e3654a7bd5
13 changed files with 707 additions and 296 deletions

View File

@@ -124,9 +124,13 @@ html[data-theme="dark"] {
color-scheme: dark;
}
html {
overflow-x: hidden;
}
body {
min-height: 100vh;
overflow-x: hidden;
overflow-x: clip;
background: var(--desktop-bg);
background-attachment: fixed;
color: var(--foreground);
@@ -141,6 +145,12 @@ body {
text-rendering: optimizeLegibility;
}
pre,
code,
table {
max-width: 100%;
}
::selection {
background: var(--color-accent-soft);
color: var(--color-text);