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

20 lines
No EOL
290 B
CSS

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