feat: update SVG logos and enhance brand wordmark styling

This commit is contained in:
shuaiplus
2026-04-27 02:01:27 +08:00
parent 7ab836d0f3
commit bfd347a52c
8 changed files with 80 additions and 31 deletions
+6 -1
View File
@@ -22,7 +22,12 @@
}
.brand-wordmark {
@apply block max-w-full whitespace-nowrap text-[28px] font-extrabold leading-none tracking-normal text-ink;
@apply block max-w-full;
width: clamp(168px, 17vw, 224px);
aspect-ratio: 862 / 102;
background: #116ff9;
mask: url('/nodewarden-wordmark.svg') center / contain no-repeat;
-webkit-mask: url('/nodewarden-wordmark.svg') center / contain no-repeat;
}
.mobile-page-title {