Skip to content

Commit 3f63197

Browse files
committed
Update dokk1.css
1 parent 8d13063 commit 3f63197

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

src/themes/dokk1.css

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -266,24 +266,32 @@
266266
*/
267267

268268
#SLIDE_ID .template-news-feed {
269-
--background-color: var(--color-primary);
270-
--color-secondary: var(--color-primary-700);
269+
--background-color: white;
270+
--color-secondary: var(--bg-light);
271271

272272
.title {
273273
font-size: calc(var(--h1-font-size) * 1.25);
274274
line-height: 1.3;
275275
}
276+
}
276277

277-
.extra-section,
278-
.text-section {
279-
color: var(--text-light);
280-
}
278+
/*
279+
*
280+
* Customize calendar template
281+
* Single calendar booking
282+
*
283+
*/
281284

282-
.description {
283-
color: inherit;
284-
}
285+
#SLIDE_ID .calendar-single-booking {
286+
--background-color: black;
287+
--margin-size-base: calc(var(--spacer) * 3);
288+
--padding-size-base: calc(var(--spacer) * 2);
285289

286-
.qr {
287-
filter: invert(1);
290+
.content {
291+
background-color: var(--background-color);
292+
color: var(--text-light);
293+
}
294+
.content-item {
295+
border-color: var(--text-light);
288296
}
289297
}

0 commit comments

Comments
 (0)