Skip to content

Commit c282ee0

Browse files
committed
fix: slide numbers moved to upper right with black color
1 parent 6f15241 commit c282ee0

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

slides/index.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ format:
88
incremental: true
99
preview-links: auto
1010
chalkboard: true
11+
slide-number: true # turn it on
1112
logo: ../assets/lib_logo_whiteBG.png
1213
# Quarto passes through custom attributes via include-after-body; we will inject at runtime
1314
---

slides/theme/ncsu.scss

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,13 @@ $blockquote-border-color: $ncsu-red;
5252
}
5353

5454
.slide-number {
55-
color: $ncsu-md-gray;
55+
color: $ncsu-md-gray !important;
56+
text-shadow: none !important;
5657
position: absolute !important;
57-
left: auto !important;
58-
right: 16px !important;
59-
bottom: auto !important;
60-
top: 16px !important;
58+
left: 16px !important;
59+
right: auto !important;
60+
bottom: 16px !important;
61+
top: auto !important;
6162
z-index: 1001 !important;
6263
}
6364

0 commit comments

Comments
 (0)