summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--favor.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/favor.css b/favor.css
index 970c2dd..7909bb6 100644
--- a/favor.css
+++ b/favor.css
@@ -103,6 +103,12 @@ a:active {
 .annotation {
 	border: 2px dashed lime;
 }
+em {
+	color: orange;
+}
+strong {
+	color: red;
+}
 @keyframes shake {
    0%, 100% {transform: rotate(0deg);} 
    10%, 30%, 50%, 70%, 90% {transform: rotate(-3deg);}