mirror of
https://github.com/fmhy/edit.git
synced 2026-01-27 22:31:25 +11:00
chore: update navbar, revert previous style changes
This commit is contained in:
parent
e6421f818c
commit
4f408dd83b
2 changed files with 16 additions and 15 deletions
|
|
@ -82,26 +82,27 @@ export default defineConfig({
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
search,
|
search,
|
||||||
footer: {
|
footer: {
|
||||||
message: `${feedback} (rev: ${commitRef})`
|
message: `${feedback} (rev: ${commitRef})`,
|
||||||
|
copyright: `© ${new Date().getFullYear()}, <a href="https://github.com/nbats">nbats</a>, <a href="https://github.com/taskylizard">taskylizard</a> and contributors.`
|
||||||
},
|
},
|
||||||
outline: 'deep',
|
outline: 'deep',
|
||||||
logo: '/fmhy.ico',
|
logo: '/fmhy.ico',
|
||||||
nav: [
|
nav: [
|
||||||
{ text: 'Beginners Guide', link: '/beginners-guide' },
|
{ text: '📚 Beginners Guide', link: '/beginners-guide' },
|
||||||
{ text: 'Glossary', link: 'https://rentry.org/The-Piracy-Glossary' },
|
{ text: '🔖 Glossary', link: 'https://rentry.org/The-Piracy-Glossary' },
|
||||||
{ text: 'Guides', link: 'https://rentry.co/fmhy-guides' },
|
{ text: '📑 Guides', link: 'https://rentry.co/fmhy-guides' },
|
||||||
{
|
{
|
||||||
text: 'Backups',
|
text: '💾 Backups',
|
||||||
link: 'https://github.com/fmhy/FMHY/wiki/Backups'
|
link: 'https://github.com/fmhy/FMHY/wiki/Backups'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Ecosystem',
|
text: '🪅 Ecosystem',
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Posts', link: '/posts' },
|
{ text: '📰 Posts', link: '/posts' },
|
||||||
{ text: 'Feedback', link: '/feedback' },
|
{ text: '💬 Feedback', link: '/feedback' },
|
||||||
{ text: 'snowbin', link: 'https://pastes.fmhy.net' },
|
{ text: '📋 snowbin', link: 'https://pastes.fmhy.net' },
|
||||||
{ text: 'SearXNG', link: 'https://searx.fmhy.net/' },
|
{ text: '🔍 SearXNG', link: 'https://searx.fmhy.net/' },
|
||||||
{ text: 'Whoogle', link: 'https://whoogle.fmhy.net/' }
|
{ text: '🔍 Whoogle', link: 'https://whoogle.fmhy.net/' }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.vp-doc a {
|
.vp-doc a {
|
||||||
color: var(--vp-c-brand-soft);
|
color: var(--vp-c-brand-1);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
text-underline-offset: 4px;
|
text-underline-offset: 4px;
|
||||||
text-decoration-style: solid;
|
text-decoration-style: solid;
|
||||||
|
|
@ -78,9 +78,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.vp-doc a:hover {
|
.vp-doc a:hover {
|
||||||
color: var(--vp-c-brand-soft);
|
color: var(--vp-c-brand-1);
|
||||||
text-decoration-color: var(--vp-c-brand-soft);
|
text-decoration-color: var(--vp-c-brand-1);
|
||||||
-webkit-text-decoration-color: var(--vp-c-brand-soft);
|
-webkit-text-decoration-color: var(--vp-c-brand-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.vp-doc .custom-block a {
|
.vp-doc .custom-block a {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue