summaryrefslogtreecommitdiff
path: root/docs/.vitepress/theme/custom.css
diff options
context:
space:
mode:
authorSho Sakuma <me@m1sk9.dev>2026-04-05 01:45:01 +0900
committerGitHub <noreply@github.com>2026-04-05 01:45:01 +0900
commit579ca7f5bf01187e1f758cadfb4eda652fd5a4c3 (patch)
treec008f240e02aa828ad47728e671232e687f4b911 /docs/.vitepress/theme/custom.css
parentbd92ba60d39b4956a580cc56b83ecf55dd348aea (diff)
parent9146547efae71efa1d67a48e20ae4271785847e9 (diff)
downloadLunaticChat-1.0.0.tar.gz
LunaticChat-1.0.0.tar.bz2
LunaticChat-1.0.0.zip
Merge pull request #167 from m1sk9/docs/Update-v1-docsv1.0.0
docs: Update v1 Document
Diffstat (limited to 'docs/.vitepress/theme/custom.css')
-rw-r--r--docs/.vitepress/theme/custom.css21
1 files changed, 0 insertions, 21 deletions
diff --git a/docs/.vitepress/theme/custom.css b/docs/.vitepress/theme/custom.css
deleted file mode 100644
index a4ebd52..0000000
--- a/docs/.vitepress/theme/custom.css
+++ /dev/null
@@ -1,21 +0,0 @@
-.version-banner {
- display: block;
- padding: 12px 16px;
- background-color: var(--vp-c-warning-soft);
- color: var(--vp-c-warning-1);
- text-align: center;
- font-size: 14px;
- line-height: 1.6;
- border-bottom: 1px solid var(--vp-c-warning-2);
-}
-
-@media (min-width: 960px) {
- .version-banner {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- z-index: 30;
- padding: 12px 24px;
- }
-}