Skip to content

Commit

Permalink
Tweaked placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
transkatgirl committed Oct 10, 2024
1 parent a841f22 commit 3841eb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bindings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const discussionBoardURL =
export const placeholderThemeCSS =
'/* Learn a bit of CSS and make Portal your own! */\n\nbody {\n font-family: "Comic Sans MS", OpenMoji;\n}\n\n/* Note: Custom stylesheets do not apply to the Guide, Settings, or error pages. */';
export const placeholderBookCSS =
'/* Learn a bit of CSS and customize your Courses! */\n\nbody {\n font: 19px / 1.5 "Comic Sans MS";\n}\n\n/* Note: Adding a custom textbook stylesheet will remove the default Textbook Viewer stylesheet. */';

'/* Learn a bit of CSS and customize your Courses! */\n\nbody {\n font: 19px / 1.5 "Comic Sans MS";\n}\n\n/* Note: Adding a custom textbook stylesheet will disable the default Textbook Viewer stylesheet. */';
export const placeholderMapCSS =
'/* Learn a bit of CSS and make Portal your own! */\n\n.course-map-item {\n font-family: "Comic Sans MS", OpenMoji;\n}\n\n/* Note: The Course Map stylesheet only applies to the Course Map graph. The rest of the Course Navigator is styled using the app stylesheet. */';

Expand Down

0 comments on commit 3841eb9

Please sign in to comment.