style: replace coffee emoji with fontawesome and change icon color to brown in rgba

This commit is contained in:
andatoshiki 2023-03-24 17:25:41 +08:00
parent fc4fe95fbc
commit f190716978
2 changed files with 8 additions and 2 deletions

View File

@ -3,4 +3,4 @@ import { DefaultTheme } from 'vitepress/theme'
export const footer: DefaultTheme.Config['footer'] = {
copyright: `Copyright © 2023-${new Date().getFullYear()} <a href="https://github.com/andatoshiki">Anda Toshiki</a>, <a href="https://github.com/lolilab">LoliLab</a> and <a href="https://github.com/toshikidev">Toshiki Dev</a> present <br /><span id="siteruntime_span"></span>`,
message: `Wrote with <i class="heart fa fa-heart fa-xs fa-beat"></i> and <i class="coffee fa fa-coffee fa-xs" aria-hidden="true"></i> by <a href="https://toshiki.dev">Anda Toshiki</a> at <code>root@andatoshiki:/~</code>`,
}
}

View File

@ -113,6 +113,12 @@
}
/* font awesome heart pumping style ends */
// font awesome coffee brown color style
.coffee {
color: rgb(88, 13, 13);
}
// font awesome coffee brown color style ends
/* glonal code font styles */
pre,
code,
@ -204,4 +210,4 @@ img.VPImage.image-src {
.DocSearch-Logo {
display: none;
}
}