Skip to content

Commit 304c833

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

slides/theme/ncsu.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ $blockquote-border-color: $ncsu-red;
5252
}
5353

5454
.slide-number {
55-
color: $ncsu-md-gray;
55+
color: #000000 !important;
56+
text-shadow: none !important;
5657
position: absolute !important;
5758
left: auto !important;
5859
right: 16px !important;

0 commit comments

Comments
 (0)