remove colors

This commit is contained in:
Geoff Doty 2024-05-17 15:12:18 -04:00
parent 6c0f49795c
commit bf80763edc
1 changed files with 0 additions and 16 deletions

View File

@ -14,11 +14,6 @@
--dark: #222;
--theme: steelblue;
--info: steelblue;
--warning: #B7950B;
--danger: #C0392B;
--success: #1E8449;
}
[data-theme=dark] {
@ -131,12 +126,6 @@ blockquote {
padding: var(--size);
}
blockquote.info {background: #EBF5FB; color: var(--info); border: 1px solid var(--theme)}
blockquote.danger {background: #FDEDEC; color: var(--danger); border: 1px solid var(--danger)}
blockquote.warn {background: #FEF9E7; color: var(--warning) ; border: 1px solid var(--warning)}
blockquote.success {background: #EAFAF1; color: var(--success); border: 1px solid var(--success)}
blockquote.default {background: #EEE; color: var(--dark); border: 1px solid var(--dark)}
hr {
color: var(--theme);
border: 1px solid;
@ -267,11 +256,6 @@ a.button:hover, button:hover, input[type="reset"]:hover,input[type="submit"]:hov
cursor: pointer;
}
button.info {background: var(--info);color: var(--white);}
button.warning {background: var(--warning);color: var(--white);}
button.danger {background: var(--danger);color: var(--white);}
button.success {background: var(--success);color: var(--white);}
select:disabled, textarea:disabled,input:disabled {
cursor: not-allowed;
pointer-events: none;