Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
TheGameCenter
GitHub Repository: TheGameCenter/TheGameCenter.github.io
Path: blob/main/colorsheet.css
6902 views
1
:root {
2
/* COLORS */
3
--white: white;
4
--bg: rgba(27, 27, 27, 1);
5
--ktTheme: #7f52ff;
6
7
/* ANIMATION SETTINGS */
8
--typeSpeed: 2s;
9
--blinkSpeed: 1000ms;
10
--charSteps: 18;
11
--preWait: 1s;
12
13
--YaxisDown: 3rem;
14
15
--ErrurlSteps: 16;
16
}
17
18
/* If you see this; just note this is for future changes of the website :) Will take a bit for development though. */
19