1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 23:17:26 +00:00
festa/styles/globals.css

21 lines
No EOL
310 B
CSS

@import "color-schemes.css";
@import "elements.css";
@import "mood.css";
@import "flex.css";
* {
box-sizing: border-box;
}
*::selection {
background-color: var(--selection);
color: var(--foreground);
text-shadow: none;
}
*[disabled],
.disabled {
opacity: 0.2;
cursor: not-allowed;
}