Gravwell-Online/web-svelte/public/global.css
2022-03-15 00:21:51 -06:00

22 lines
No EOL
302 B
CSS

:root {
--dark-but-not-black: #2c2f33;
--not-quite-black: #23272a;
}
.clickable {
cursor: pointer;
}
.material-icons {
user-select: none;
}
.error {
padding: 10px;
background: #ff000033;
border-radius: 10px;
border-style: solid;
border-color: red;
border-width: 2px;
text-align: center;
}