This commit is contained in:
aaron 2025-05-09 23:18:03 +08:00
parent 1fe2fad661
commit 9e2f776b7d
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ services:
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile
image: tradus-web:1.0.25 image: tradus-web:1.0.26
container_name: tradus-web container_name: tradus-web
ports: ports:
- '6000:80' - '6000:80'

View File

@ -81,7 +81,7 @@ const openAuthModal = (mode: 'login' | 'register') => {
} }
.accent { .accent {
font-size: 2.5rem; font-size: 3.2rem;
font-weight: 800; font-weight: 800;
background: linear-gradient(135deg, var(--color-accent) 0%, #2244ee 100%); background: linear-gradient(135deg, var(--color-accent) 0%, #2244ee 100%);
-webkit-background-clip: text; -webkit-background-clip: text;