limepot-xyz/public/css/colors.css

25 lines
442 B
CSS
Raw Normal View History

2024-07-03 23:32:50 -06:00
:root {
--accent: 250, 179, 135;
--accent-light: 250, 221, 201;
--accent-dark: 149, 106, 81;
--accent-gradient: linear-gradient(45deg, rgb(var(--accent)), rgb(var(--accent-light)) 30%, white 60%);
2024-07-13 00:12:39 -06:00
--accent-color: #fab387;
--other-accent: #f5a97f;
--gray: #6e738d;
--overlay: #c6d0f5;
2024-07-03 23:32:50 -06:00
color: white;
}
a:link {
color: #89b4fa
}
a:visited {
color: #b4befe
}
a:hover {
color: #89dceb
}