Add some global CSS
This commit is contained in:
parent
4b5444ead6
commit
8035a3afe2
1 changed files with 12 additions and 0 deletions
12
web-svelte/public/global.css
Normal file
12
web-svelte/public/global.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
:root {
|
||||
--dark-but-not-black: #2c2f33;
|
||||
--not-quite-black: #23272a;
|
||||
}
|
||||
|
||||
.clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.material-icons {
|
||||
user-select: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue