mirror of
https://github.com/Xahau/xahau-web.git
synced 2026-06-07 10:46:43 +00:00
26 lines
398 B
CSS
26 lines
398 B
CSS
@theme {
|
|
--color-xahau-green: #5de48c;
|
|
--color-xahau-green-dark: #007b3d;
|
|
--color-xahau-background: #f7f7f7;
|
|
--color-xahau-gray: #0f2328;
|
|
--color-xahau-secondary: #fad7ae;
|
|
}
|
|
|
|
footer a:hover {
|
|
@apply !underline;
|
|
}
|
|
|
|
footer {
|
|
z-index: 100;
|
|
}
|
|
|
|
* {
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
@media (prefers-reduced-motion: no-preference) {
|
|
@view-transition {
|
|
navigation: auto;
|
|
}
|
|
}
|