You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
598 B
24 lines
598 B
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
|
|
:root {
|
|
--main-color: #ffffff;
|
|
--second-color: #e8e8e8;
|
|
|
|
--background-color: #d2cdd3;
|
|
|
|
--selected-team-primarycolor: #ffffff;
|
|
--selected-team-secondarycolor: #000000;
|
|
--player-allies-color: #64e4f5;
|
|
--player-opponents-color: #f59264;
|
|
|
|
--buttons-shadow-color: #a8a8a8;
|
|
|
|
--selection-color: #3f7fc4;
|
|
|
|
--border-color: #ffffff;
|
|
|
|
--editor-court-selection-background: #5f8fee;
|
|
--editor-court-selection-buttons: #acc4f3;
|
|
|
|
--text-main-font: "Roboto", sans-serif;
|
|
}
|