mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
more small adjustments to light mode
This commit is contained in:
@@ -41,8 +41,16 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
&::before {
|
@mixin dark {
|
||||||
opacity: 0.7;
|
&::before {
|
||||||
|
opacity: 0.7;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@mixin light {
|
||||||
|
&::before {
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -111,3 +111,4 @@ export const openCreateRadioStationModal = (
|
|||||||
title: t('action.createRadioStation', { postProcess: 'titleCase' }) as string,
|
title: t('action.createRadioStation', { postProcess: 'titleCase' }) as string,
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -38,3 +38,4 @@ export const RadioListHeader = ({ title }: RadioListHeaderProps) => {
|
|||||||
</Stack>
|
</Stack>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -40,3 +40,4 @@ const RadioListRouteWithBoundary = () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export default RadioListRouteWithBoundary;
|
export default RadioListRouteWithBoundary;
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@mixin light {
|
@mixin light {
|
||||||
--base-color: var(--theme-colors-foreground-muted) !important;
|
--base-color: darken(var(--theme-colors-surface), 10%) !important;
|
||||||
--highlight-color: darken(var(--theme-colors-foreground-muted), 40%) !important;
|
--highlight-color: darken(var(--theme-colors-surface), 15%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
--animation-duration: 1.5s !important;
|
--animation-duration: 1.5s !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user