27 lines
527 B
CSS
27 lines
527 B
CSS
:root {
|
|
--text-color: #000;
|
|
--background-color: #333;
|
|
--main-background-color:
|
|
--header-color: #15345b;
|
|
--header-text-color: #fff;
|
|
--header-height: 200px;
|
|
|
|
--secondary-text-color: #777;
|
|
|
|
--inset-bg-color: #eee;
|
|
--notification-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;
|
|
--input-background: #fff;
|
|
}
|