12 lines
No EOL
145 B
CSS
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;
|
|
} |