diff --git a/themes/leilukin/stylesheets/all.css b/themes/leilukin/stylesheets/all.css index e92a908..e826949 100644 --- a/themes/leilukin/stylesheets/all.css +++ b/themes/leilukin/stylesheets/all.css @@ -27,11 +27,12 @@ --clr-code-bg: #241445; --clr-highlight: #572c93; --clr-border-main: #c6ccc8; - --clr-link-hover: #ED64F5; + --clr-link-hover: #c355c9; --clr-tag: #208448; --clr-tag-hover: #006428; - --clr-edit-btn: #39434d; - --clr-edit-btn-hover: #000; + --clr-flash-bg: #98254b; + --clr-edit-btn: #873eb5; + --clr-edit-btn-hover: #241445; --clr-delete-btn: #c04b4b; --clr-delete-btn-hover: #af2d2d; --clr-input-err: #ffdede; @@ -537,7 +538,7 @@ div.ribbon { border-radius: 0.25em; } div.flash { - background-color: var(--clr-link-hover); + background-color: var(--clr-flash-bg); } div.metadata { font-weight: normal;