FIx wrong warning and danger focus colors in solarized theme
This commit is contained in:
parent
b147b026a3
commit
74a952a34f
1 changed files with 2 additions and 2 deletions
|
@ -12,10 +12,10 @@ $info-color: #2076b2;
|
|||
$info-focus-color: #268bd2;
|
||||
|
||||
$warning-color: #cb4b16;
|
||||
$warning-focus-color: #ba296f;
|
||||
$warning-focus-color: #a83e12;
|
||||
|
||||
$danger-color: #d33682;
|
||||
$danger-focus-color: #a83e12;
|
||||
$danger-focus-color: #ba296f;
|
||||
|
||||
$light-color: #fdf6e3;
|
||||
$light-focus-color: #fbeecb;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue