mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user