We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 223eb93 commit fe31d59Copy full SHA for fe31d59
1 file changed
src/course-unit/sidebar/Sidebar.scss
@@ -88,8 +88,8 @@
88
@extend %base-font-params;
89
90
.course-split-test-sidebar-title {
91
- font-size: $font-size-base;
92
- line-height: $line-height-base;
+ font-size: var(--pgn-typography-font-size-base);
+ line-height: var(--pgn-typography-line-height-base);
93
}
94
95
.course-split-test-sidebar-devider {
0 commit comments