diff --git a/static/css/style.css b/static/css/style.css index a8df4b6..9f1d1a3 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1776,24 +1776,12 @@ input[type="checkbox"] { gap: 10px; } -.nav-profile-area .profile-name-block { - display: flex; - flex-direction: column; - line-height: 1.2; - text-align: right; -} - -.nav-profile-area .profile-name { - font-size: 14px; - font-weight: 700; - color: inherit; - white-space: nowrap; -} - .nav-profile-area .profile-email { - font-size: 11px; - color: rgba(120, 120, 130, 0.75); + font-size: 13px; + font-weight: 600; + color: #ffffff; white-space: nowrap; + letter-spacing: 0.1px; } .nav-profile-area .profile-avatar { @@ -1825,10 +1813,10 @@ input[type="checkbox"] { align-items: center; gap: 6px; padding: 6px 12px; - background: rgba(0, 0, 0, 0.05); - border: 1px solid rgba(0, 0, 0, 0.1); + background: rgba(255, 255, 255, 0.12); + border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 8px; - color: inherit; + color: #ffffff; font-size: 12px; font-weight: 600; cursor: pointer; @@ -1837,8 +1825,8 @@ input[type="checkbox"] { } .nav-profile-area .btn-logout-text:hover { - background: rgba(0, 0, 0, 0.1); - border-color: rgba(0, 0, 0, 0.2); + background: rgba(255, 255, 255, 0.22); + border-color: rgba(255, 255, 255, 0.45); } /* 모바일에서 이메일은 숨겨 공간 절약 */ diff --git a/static/index.html b/static/index.html index 6477eb2..9c16589 100644 --- a/static/index.html +++ b/static/index.html @@ -99,10 +99,7 @@
-
- __USER_NAME__ - __USER_EMAIL__ -
+ __USER_EMAIL__
__USER_AVATAR__