Fixes Syndicate codeword highlighting on Grey speech (#15124)

This commit is contained in:
dearmochi
2020-12-16 14:29:43 -05:00
committed by GitHub
parent 321171730a
commit bd846ecdfe
2 changed files with 4 additions and 4 deletions
@@ -424,5 +424,5 @@ h1.alert, h2.alert {color: #FFF;}
.adminticketalt {color: #ccb847; font-weight: bold}
/* Syndicate codewords */
span.body > .codephrases {color: #5555FF;}
span.body > .coderesponses {color: #FF3333;}
span.body .codephrases {color: #5555FF;}
span.body .coderesponses {color: #FF3333;}
+2 -2
View File
@@ -423,5 +423,5 @@ h1.alert, h2.alert {color: #000000;}
.adminticketalt {color: #014c8a; font-weight: bold}
/* Syndicate codewords */
span.body > .codephrases {color: #0000FF;}
span.body > .coderesponses {color: #FF0000;}
span.body .codephrases {color: #0000FF;}
span.body .coderesponses {color: #FF0000;}