Skip to content

Commit e653c2a

Browse files
committed
fix: case study dark theme colors
1 parent 3e2a35f commit e653c2a

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

layouts/partials/case-study-styles.html

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,4 +377,44 @@
377377

378378
color: #0e3252;
379379
}
380+
381+
body.dark-theme .case-study .title {
382+
color: #ffffff !important;
383+
}
384+
385+
body.dark-theme .paragraph-body {
386+
color: #ffffff !important;
387+
}
388+
389+
body.dark-theme .paragraph-body-list {
390+
color: #ffffff !important;
391+
}
392+
393+
body.dark-theme .item-list {
394+
color: #ffffff !important;
395+
}
396+
397+
body.dark-theme .what-we-did-container > .item > .label {
398+
color: #ffffff !important;
399+
}
400+
401+
body.dark-theme .what-we-did-container > .item > .index {
402+
color: #ffffff !important;
403+
}
404+
405+
body.dark-theme .project-highlights-grid > a > .item > .index {
406+
color: #ffffff !important;
407+
}
408+
409+
body.dark-theme .project-highlights-grid > a > .item > .label {
410+
color: #ffffff !important;
411+
}
412+
413+
body.dark-theme .details-box > p {
414+
color: #ffffff !important;
415+
}
416+
417+
body.dark-theme .details-box > p:first-child {
418+
color: #cccccc !important;
419+
}
380420
</style>

0 commit comments

Comments
 (0)