Skip to content
Snippets Groups Projects
Commit 373fdb12 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

update styles

parent d6a943be
No related branches found
No related tags found
1 merge request!3Add personal calendars
Pipeline #12771 passed
......@@ -51,6 +51,10 @@
@apply font-alt text-3xl text-orange-300;
}
.fc .fc-multimonth-daygrid .fc-daygrid-day-number {
@apply text-base;
}
.fc .fc-day-today .fc-daygrid-day-number {
@apply text-white;
}
......@@ -18,6 +18,7 @@ export default {
buttonText: {
today: "dnes"
},
moreLinkContent: (arg) => { return `+${arg.num} další` },
events: JSON.parse(this.events)
}
}
......
......@@ -19,6 +19,7 @@ export default {
buttonText: {
today: "dnes"
},
moreLinkContent: (arg) => { return `+${arg.num} další` },
events: JSON.parse(this.events)
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment