diff --git a/theme-nico.css b/theme-nico.css index a1a688e..ac61e23 100644 --- a/theme-nico.css +++ b/theme-nico.css @@ -79,12 +79,12 @@ --color-error-border: #9b0500; --color-error-bg: #91007d; --color-error-text: #ff75ed; - --color-success-border: #458a57; - --color-success-bg: #284034; - --color-success-text: #6cc664; - --color-warning-border: #bb9d00; - --color-warning-bg: #3a3a30; - --color-warning-text: #fbbd08; + --color-success-border: #c022c0; + --color-success-bg: #431569; + --color-success-text: #da58eb; + --color-warning-border: #9b0500; + --color-warning-bg: #91007d; + --color-warning-text: #ff75ed; --color-info-border: #306090; --color-info-bg: #26354c; --color-info-text: #38a8e8; @@ -114,7 +114,7 @@ --color-card: radial-gradient(circle, rgba(76,0,223,1) 0%, rgba(148,70,252,0) 100%); --color-markup-table-row: #ffffff06; --color-markup-code-block: #3f115e; - --color-button: #353846; + --color-button: #3f115e; --color-code-bg: #2a2e3a00; --color-code-sidebar-bg: #2e323e; --color-shadow: #00000060; @@ -210,6 +210,10 @@ a.ui.basic.green.label:hover { color: #7f8699 !important; } +.ui.ui.ui.grey.label{ + background-color:#18002c; +} + .ui.form .fields.error .field textarea, .ui.form .fields.error .field select, .ui.form .fields.error .field input:not([type]),