mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Fixes Syndicate codeword highlighting on Grey speech (#15124)
This commit is contained in:
@@ -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;}
|
||||
|
||||
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user