[READY] Yet more darkmode tweaks and fixes (#43306)

* fuck you whoever made the last icon it was garbage

* ticket log fixes

* ticket log fixes

* changes colors from hardcode per line to a define

* some nicer darkmode colors

* asay and ooc name default fixes

* fuck you appveyer build again

* slight brightening of the default font color

* properly fixes tip of the round being hard to read
This commit is contained in:
Rob Bailey
2019-03-25 20:49:59 +13:00
committed by oranges
parent 34d8f9b564
commit ceca1e605e
11 changed files with 129 additions and 125 deletions
+1 -1
View File
@@ -395,7 +395,7 @@ SUBSYSTEM_DEF(ticker)
m = pick(memetips)
if(m)
to_chat(world, "<font color='purple'><b>Tip of the round: </b>[html_encode(m)]</font>")
to_chat(world, "<span class='purple'><b>Tip of the round: </b>[html_encode(m)]</span>")
/datum/controller/subsystem/ticker/proc/check_queue()
if(!queued_players.len)