mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 02:16:27 +00:00
style: replace coffee emoji with fontawesome and change icon color to brown in rgba
This commit is contained in:
parent
fc4fe95fbc
commit
f190716978
@ -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>`,
|
||||
}
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user