mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-22 05:00:39 +00:00
feat: add ok color option for hint shortcode
This commit is contained in:
parent
afb6720add
commit
dafba04a6b
@ -50,6 +50,7 @@ $sm-breakpoint: 45rem !default;
|
||||
// Panel colors
|
||||
$hint-colors: (
|
||||
info: rgba(102, 187, 255, 1),
|
||||
ok: rgba(102, 255, 140, 1),
|
||||
warning: rgba(255, 221, 102, 1),
|
||||
danger: rgba(255, 102, 102, 1),
|
||||
) !default;
|
||||
|
Loading…
Reference in New Issue
Block a user