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

17 lines
301 B
CSS
Raw Normal View History

2024-04-21 12:45:31 +00:00
:root {
--inset-bg-color: #eee;
--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
}