tabletop-companion/app/assets/stylesheets/colors.css

35 lines
695 B
CSS

:root {
--text-color: #000;
--background-color: #333;
--main-background-color:
--header-color: #15345b;
--header-text-color: #fff;
--header-height: 200px;
--footer-height: 150px;
--shadow-color: #999;
--light-shadow-color: #CCC;
--secondary-text-color: #777;
--shadow-color: #999;
--light-shadow-color: #CCC;
--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;
}