mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
Fixes for asay, asay darkmode, and asay when custom asay colors enabled (#43422)
About The Pull Request Fixes several annoying and unintentional things about asay. Fixes #43370 Changelog cl Nervere fix: Default color for when custom asay colors is not enabled is now orange, not red. fix: Asay is now properly bolded in lightmode. fix: Asay is now properly bolded in darkmode. tweak: Default color for when custom asay colors is enabled is now orange, not black. /cl closes #43370
This commit is contained in:
@@ -267,7 +267,7 @@ em {font-style: normal; font-weight: bold;}
|
||||
.adminobserverooc {color: #0099cc; font-weight: bold;}
|
||||
.adminooc {color: #3d5bc3; font-weight: bold;}
|
||||
|
||||
.adminsay {color: #ff0000;}
|
||||
.adminsay {color: #ff4500; font-weight: bold;}
|
||||
.admin {color: #5975da; font-weight: bold;}
|
||||
|
||||
.name { font-weight: bold;}
|
||||
|
||||
Reference in New Issue
Block a user