Skip to content

Commit acc9dd7

Browse files
committed
Fix dark mode styling issues
1 parent 21dc259 commit acc9dd7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ footer: Example slides
77

88
# Appearance
99
# Uncomment for dark mode
10-
# class: invert
10+
class: invert
1111
transition: wipe
1212

1313
# Don't change
@@ -31,7 +31,7 @@ math: mathjax
3131
Scan to follow along or keep the link for later:
3232

3333
<!-- Update this link with the name of your slides instead of 'example' -->
34-
![w:256px](https://api.qrserver.com/v1/create-qr-code/?data=code-star.github.io/codestar-marp/example/&size=512x512&bgcolor=f1e7da)
34+
![w:256px](https://api.qrserver.com/v1/create-qr-code/?data=code-star.github.io/codestar-marp/example/&size=512x512&bgcolor=f1e7da&margin=16)
3535

3636
*Link to the slides*
3737

theme/codestar.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

theme/codestar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ section:has(> h1), section:has(> h2), section:has(.title) {
143143
}
144144
}
145145
}
146-
:root.invert .title div:nth-child(2)::after {
146+
:root.invert .title div:first-child::after {
147147
background-image: url("#{$url-base}/theme/logo/logo_red_dark_transparent_tagline.png");
148148
}
149149

0 commit comments

Comments
 (0)