diff --git a/site/index.html b/site/index.html index 445971d..85c36f4 100644 --- a/site/index.html +++ b/site/index.html @@ -59,13 +59,21 @@ font-weight: 700; font-size: 16px; } - .nav-brand .logo-mark { - width: 28px; height: 28px; - border-radius: 7px; - background: var(--gradient); - display: flex; align-items: center; justify-content: center; - font-weight: 800; color: #fff; font-size: 15px; - } + .nav-brand .logo-mark { + width: 28px; height: 28px; + border-radius: 7px; + background: var(--gradient); + display: flex; align-items: center; justify-content: center; + flex-shrink: 0; + } + .logo .logo-mark { + width: 32px; height: 32px; + border-radius: 8px; + background: var(--gradient); + display: flex; align-items: center; justify-content: center; + flex-shrink: 0; + } + .logo-mark svg { display: block; } .nav-links { display: flex; gap: 28px; align-items: center; } .nav-links a { color: var(--muted); @@ -375,7 +383,7 @@ - M + MetonaEditor @@ -390,7 +398,7 @@ - M METONA EDITOR + METONA EDITOR 现代化零依赖的Markdown 编辑器 单文件开箱即用,内置轻量解析器、分屏预览、插件系统与中文优先的国际化。为中文场景与现代 Web 应用而生。
单文件开箱即用,内置轻量解析器、分屏预览、插件系统与中文优先的国际化。为中文场景与现代 Web 应用而生。