|
:root {
|
|
--inset-bg-color: #eee;
|
|
|
|
--border-radius: .5em;
|
|
|
|
--button-bg-color: #333;
|
|
--button-text-color: #fff;
|
|
--button-hover-bg-color: #555;
|
|
--button-hover-text-color: #fff;
|
|
|
|
--notice-bg-color: #5cb85c;
|
|
--notice-text-color: #fff;
|
|
|
|
--invalid-alert: #d00;
|
|
}
|