This commit is contained in:
ken 2026-08-24 13:30:22 +08:00
parent 3fb5434222
commit 7c212cd6c1
3 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@
a[accesskey] { a[accesskey] {
position: absolute; position: absolute;
margin-left: -0.9375em;
color: #fff ; color: #fff ;
} }

View File

@ -66,14 +66,13 @@
} }
.header-banner { overflow: hidden; } .header-banner { overflow: hidden; }
.header-nav { .header-nav {
padding:0;
font-family: $main-font; font-family: $main-font;
text-transform:uppercase; text-transform:uppercase;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: flex-end; justify-content: flex-end;
a{ a{
padding:5px; padding:0.5em;
} }
ul{ ul{
padding: 0; padding: 0;

View File

@ -131,7 +131,7 @@ q {
} }
.i-member-title { .i-member-title {
font-weight: 500; font-weight: 500;
color: #888888; color: #5e5e5e;
display: block; display: block;
} }
.i-member-profile-item{ .i-member-profile-item{