forked from drowl87/hextra_mirror
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 commit 3a70540e0b5651e485612209ee22e04b26432e72. * chore: redo "docs: add alerts instructions to markdown"" This reverts commit 8399373747f081ff7164c4dd60ac5598a1a0c121. * 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