It never ends.

master
sigonasr2 2 years ago
parent 5b41c39551
commit 893136d519
  1. 18
      theme-nico.css

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

Loading…
Cancel
Save