diff --git a/static/admin.html b/static/admin.html index 7732e747..c3c8d110 100644 --- a/static/admin.html +++ b/static/admin.html @@ -29,8 +29,8 @@ body{background:#f5f7fa;color:#1e293b;min-height:100vh;display:flex;flex-directi box-shadow:0 3px 10px rgba(255,94,58,.35); } .admin-logo svg{width:20px;height:20px;fill:#fff} -.admin-title{font-size:17px;font-weight:700;color:#fff;letter-spacing:.3px} -.admin-title span{color:rgba(255,255,255,.5);font-weight:400;margin-left:6px} +.admin-title-text{font-size:17px;font-weight:700;color:#fff;letter-spacing:.3px} +.admin-title-separator{font-size:17px;color:rgba(255,255,255,.5);font-weight:400;margin-left:6px} .admin-header-right a{ color:rgba(255,255,255,.65);text-decoration:none;font-size:13px;font-weight:500; display:flex;align-items:center;gap:6px;transition:color .2s; @@ -201,12 +201,15 @@ details[open] summary{margin-bottom:14px;color:#ff5e3a}