Skip to content

Instantly share code, notes, and snippets.

@ina-amagami
Created February 28, 2022 10:33
Show Gist options
  • Save ina-amagami/f6b0ae2ccb5423c4a7c31b0607fbef1d to your computer and use it in GitHub Desktop.
Save ina-amagami/f6b0ae2ccb5423c4a7c31b0607fbef1d to your computer and use it in GitHub Desktop.
JINのボックス文字を英語化
/* ボックスの文字を英語化 */
body .concept-box1:before{
content: "What's important" !important;
}
body .concept-box2:before{
content: "Be careful" !important;
}
body .concept-box3:before{
content: "Good" !important;
}
body .concept-box4:before{
content: "Bad" !important;
}
body .concept-box5:before{
content: "Reference" !important;
}
body .concept-box6:before{
content: "Note" !important;
}
body .innerlink-box1:after{
content: "Read it together" !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment