7 lines
167 B
CSS
7 lines
167 B
CSS
|
:root {
|
||
|
--override_blue: #4ABBEBFF;
|
||
|
--override_blue_dark: #137da9;
|
||
|
--override_green: #A4BA2EFF;
|
||
|
--override_green_dark: #6b7b1d;
|
||
|
--override_gray: #697F85FF;
|
||
|
}
|