mirror of
https://github.com/imfing/hextra.git
synced 2025-07-02 09:07:20 -04:00
feat: support github style alerts (#513)
* feat: basic github style alerts support * feat: implement github style alert * chore: re-generate css * chore: add missing prettier config * docs: add alerts instructions to markdown * chore: revert "docs: add alerts instructions to markdown" This reverts commit3a70540e0b
. * chore: redo "docs: add alerts instructions to markdown"" This reverts commit8399373747
. * chore(build): bump hugo version
This commit is contained in:
@ -61,8 +61,11 @@ module.exports = {
|
||||
neutral: colors.neutral,
|
||||
red: colors.red,
|
||||
orange: colors.orange,
|
||||
green: colors.green,
|
||||
indigo: colors.indigo,
|
||||
blue: colors.blue,
|
||||
yellow: colors.yellow,
|
||||
amber: colors.amber,
|
||||
primary: {
|
||||
50: makePrimaryColor(97),
|
||||
100: makePrimaryColor(94),
|
||||
|
Reference in New Issue
Block a user