File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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---
Original file line number Diff line number Diff 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 : 16 px !important ;
59- bottom : auto !important ;
60- top : 16 px !important ;
58+ left : 16 px !important ;
59+ right : auto !important ;
60+ bottom : 16 px !important ;
61+ top : auto !important ;
6162 z-index : 1001 !important ;
6263 }
6364
You can’t perform that action at this time.
0 commit comments