mirror of
https://github.com/discourse/discourse-rewind.git
synced 2025-07-08 22:52:44 +00:00
13 lines
301 B
SCSS
13 lines
301 B
SCSS
|
:root {
|
||
|
--d-yellow: 251, 245, 175;
|
||
|
--d-blue: 40, 171, 226;
|
||
|
--d-green: 12, 166, 78;
|
||
|
--d-orange: 240, 121, 74;
|
||
|
--d-red: 232, 74, 81;
|
||
|
--d-yellow-dark: 197, 193, 140;
|
||
|
--d-blue-dark: 39, 137, 178;
|
||
|
--d-green-dark: 17, 138, 68;
|
||
|
--d-orange-dark: 188, 105, 65;
|
||
|
--d-red-dark: 183, 64, 70;
|
||
|
}
|