mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-10-07 19:26:44 +00:00
📝 Docs: 添加 uwu logo (#2689)
This commit is contained in:
@@ -39,3 +39,16 @@
|
||||
@apply inline-block !max-w-[600px];
|
||||
}
|
||||
}
|
||||
|
||||
.home-hero-uwu {
|
||||
@apply hidden;
|
||||
}
|
||||
|
||||
[data-uwu=true] .home-hero-uwu {
|
||||
@apply block max-w-xs;
|
||||
}
|
||||
|
||||
[data-uwu=true] .home-hero-logo,
|
||||
[data-uwu=true] .home-hero-title {
|
||||
@apply hidden;
|
||||
}
|
||||
|
Reference in New Issue
Block a user