diff --git a/html_resources/style.css b/html_resources/style.css
index 7c4f9f5..d66c51a 100644
--- a/html_resources/style.css
+++ b/html_resources/style.css
@@ -112,7 +112,7 @@ span.speech::after {
bottom: 0.15em;
}
-span.thought {
+span.non-speech {
color: #303030;
}
span.thought::before {
@@ -130,6 +130,26 @@ span.thought::after {
bottom: 0.15em;
}
+/*TODO: Remove and replace with speech/non-speech where appropriate*/
+span.thought {
+ color: red;
+ /*color: #303030;*/
+}
+span.thought::before {
+ color: red;
+ content: "\25b9";
+ font-size: 0.75em;
+ position: relative;
+ bottom: 0.15em;
+}
+span.thought::after {
+ color: red;
+ content: "\25c3";
+ font-size: 0.75em;
+ position: relative;
+ bottom: 0.15em;
+}
+
button.back {
font-size: 2.8em;
width: 1.3em;