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

35 lines
695 B
CSS
Raw Normal View History

2024-04-21 12:45:31 +00:00
:root {
2024-06-11 10:37:58 +00:00
--text-color: #000;
2024-06-03 10:54:38 +00:00
--background-color: #333;
2024-05-30 16:08:51 +00:00
--main-background-color:
--header-color: #15345b;
--header-text-color: #fff;
2024-06-03 10:54:38 +00:00
--header-height: 200px;
2024-06-29 08:07:21 +00:00
--footer-height: 150px;
--shadow-color: #999;
--light-shadow-color: #CCC;
--secondary-text-color: #777;
2024-05-30 16:08:51 +00:00
2024-06-20 07:26:33 +00:00
--shadow-color: #999;
2024-06-21 12:33:03 +00:00
--light-shadow-color: #CCC;
2024-06-05 17:49:34 +00:00
--secondary-text-color: #777;
2024-04-21 12:45:31 +00:00
--inset-bg-color: #eee;
2024-06-14 07:39:38 +00:00
--notification-bg-color: #eee;
2024-04-21 12:45:31 +00:00
--border-radius: .5em;
2024-05-26 08:51:17 +00:00
--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;
2024-05-29 07:46:31 +00:00
--invalid-alert: #d00;
2024-05-30 08:07:54 +00:00
--input-background: #fff;
2024-04-21 12:45:31 +00:00
}