Some checks failed
Deploy / deploy (push) Has been cancelled
Full-stack web application for Telegram management - Frontend: Vue 3 + Vben Admin - Backend: NestJS - Features: User management, group broadcast, statistics 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
23 lines
352 B
CSS
23 lines
352 B
CSS
html.dark {
|
|
color-scheme: dark;
|
|
}
|
|
|
|
.dark .VPContent {
|
|
/* background-color: #14161a; */
|
|
}
|
|
|
|
.form-valid-error p {
|
|
margin: 0;
|
|
}
|
|
|
|
/* 顶部导航栏选中项样式 */
|
|
.VPNavBarMenuLink,
|
|
.VPNavBarMenuGroup {
|
|
border-bottom: 1px solid transparent;
|
|
}
|
|
|
|
.VPNavBarMenuLink.active,
|
|
.VPNavBarMenuGroup.active {
|
|
border-bottom-color: var(--vp-c-brand-1);
|
|
}
|