mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
6 lines
135 B
CSS
6 lines
135 B
CSS
:root {
|
|
--text-color: blue;
|
|
--border-color: rgb(49 123 249 / 40%);
|
|
--background-color: white;
|
|
--column-color: black;
|
|
}
|