Add some global CSS

This commit is contained in:
Oliver-Akins 2021-12-17 01:40:59 -06:00
parent 4b5444ead6
commit 8035a3afe2

View file

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