Skip to content

Commit

Permalink
add text color change to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
pjkohler committed Sep 16, 2021
1 parent fa99a2d commit 5d214d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ebbinghaus/ebbinghaus.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
body {background-color: rgb(128, 128, 128)}
body {background-color: rgb(128, 128, 128); color: rgb(255, 255, 255)}
2 changes: 1 addition & 1 deletion ebbinghaus/ebbinghaus_setup_EN.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const prompt_msg = "Keep staring at the cross in the center of the screen.\n\n"+
// because prompt is displayed using the psychophysics plugin

// note that words that begin with $ will be replaced with variable values when the code is run
const welcome_msg = "<p style="color: white">Welcome to the Size Judgment Experiment. <br>" +
const welcome_msg = "Welcome to the Size Judgment Experiment. <br>" +
"There will be $BLOCK_NUM blocks in this experiment. <br>" +
"There will be $BLOCK_LEN trials in each block. <br>"+
"You will be given a chance to take a break between blocks. <br>"+
Expand Down

0 comments on commit 5d214d5

Please sign in to comment.