mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 14:44:21 +00:00
21 lines
No EOL
310 B
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;
|
|
} |