Skip to content

Commit fcff55a

Browse files
Alex-Jordanrbeezer
authored andcommitted
WeBWorK: update PreTeXt CSS for live WeBWorK exercises (PR #2601)
1 parent e022298 commit fcff55a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

js/pretext-webwork/2.19/pretext-webwork.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,8 +401,7 @@ async function handleWW(ww_id, action) {
401401
}
402402

403403
iframeContents +=
404-
'<link rel="stylesheet" href="_static/pretext/css/pretext_add_on.css"/>' +
405-
'<link rel="stylesheet" href="_static/pretext/css/knowls_default.css"/>' +
404+
'<link rel="stylesheet" href="_static/pretext/css/theme.css"/>' +
406405
'<script src="' + ww_domain + '/webwork2_files/node_modules/iframe-resizer/js/iframeResizer.contentWindow.min.js"></script>' +
407406
`<style>
408407
html { overflow-y: hidden; }

0 commit comments

Comments
 (0)