diff --git a/src/components/Header.vue b/src/components/Header.vue
index b1e43073a8c30227c2b254e14dd037793bccc402..9778b66b3605e3626b557a6d9c2c504b46519e5f 100644
--- a/src/components/Header.vue
+++ b/src/components/Header.vue
@@ -186,20 +186,18 @@ article h2.secondary_header {
 }
 
 .show-inflection .bob:after, .show-inflection .nob:after {
-  content: "â–¾";
-  font-weight: bold;
+  content: "â–¼";
   right: 0;
   top: 8px;
-  margin-left: 6px;;
+  margin-left: 3px;;
 }
 
 
 .show-inflection .open:after {
-  content: "â–´";
-  font-weight: bold;
+  content: "â–²";
   right: 0;
   top: 1px;
-  margin-left: 6px;
+  margin-left: 3px;
 }