Gravwell-Online/web-svelte/public/global.css
2021-12-17 01:40:59 -06:00

12 lines
No EOL
145 B
CSS

:root {
--dark-but-not-black: #2c2f33;
--not-quite-black: #23272a;
}
.clickable {
cursor: pointer;
}
.material-icons {
user-select: none;
}