mirror of https://github.com/nate2014jatc/AGSTATUS
5 lines
114 B
CSS
5 lines
114 B
CSS
|
:root {
|
||
|
--astraOrange:#d38700;
|
||
|
--astraBlue:#00bbc4;
|
||
|
--transparentAstraBlue:rgba(0, 187, 196, 0.4);
|
||
|
}
|