diff --git a/public/css/layout.css b/public/css/layout.css index e5cade2..c73e749 100644 --- a/public/css/layout.css +++ b/public/css/layout.css @@ -69,3 +69,7 @@ html[data-aidev-theme="dark"] .theme-ico-sun { display: inline-flex; } .footer-inner { max-width: 1180px; margin: 0 auto; padding: 20px 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; } .footer-brand { display: flex; align-items: center; gap: 8px; color: var(--fg3); font-size: 12px; } .footer-tech { font-size: 11.5px; color: var(--fg3); font-family: 'SF Mono', ui-monospace, Menlo, monospace; } +/* 버그 제보 안내 — 자체 줄로 내려 작게 표시 */ +.footer-bug { flex-basis: 100%; font-size: 11.5px; color: var(--fg3); } +.footer-bug a { color: var(--link); text-decoration: none; } +.footer-bug a:hover { text-decoration: underline; } diff --git a/views/dashboard.ejs b/views/dashboard.ejs index 0ed31b1..1a0ffdc 100644 --- a/views/dashboard.ejs +++ b/views/dashboard.ejs @@ -181,6 +181,9 @@