minor on calendar

This commit is contained in:
lesion
2023-01-10 17:58:19 +01:00
parent ca94c730a6
commit 8b9a07c4e9

View File

@@ -66,6 +66,16 @@ export default {
</script>
<style>
.vc-container.vc-is-dark {
--gray-900: #111;
--gray-700: #333;
}
.vc-container {
--gray-400: #999 !important;
--rounded-lg: 4px !important;
}
.vc-opacity-0 {
opacity: 0.3 !important;
}