OBS changes background color of a Browser Source (weird)

Werty97

New Member
Hello!

Context: I am a CS:GO commentator and I use a software that enables me to change the default HUD of the game.
How it works? I remove the HUD in game with a command and then add the new HUD with a browser source link.

The problem: Since like 2 months ago when an OBS update occured, the background of my custom browser source HUD became gray (with 15% opacity~) instead of dark blue as it should be (with like 50% opacity).

PICS:
  • HOW IT LOOKED BEFORE: dark blue 75% opacity background (we are looking at the background of the text like SUXEN and ACURITY)
005bd109148b33faee0c62e4ebb62388.png

  • HOW IT LOOKS NOW: gray with 25% opacity (I screenshoted the playernames background, which would normally be the same as the one above)
1638362599299.png

  • 099822b51d39b7d3a9b42e0b609297de.png
Tried:
  • Readding the browser source
  • Removing all custom CSS in the browser source or the background part of it only
  • Checking Browser source if any filters are applied to it, there are none
  • Adding it in another scene - it looks the same
  • Trying it on a new PC - same problem
  • Tried adding in custom css: body { background-color: rgba(0, 0, 0, 0); opacity: 1.0; } - not worked
HOWEVER!:
  • When projecting the custom HUD on my monitor using the HUD software (so not the OBS fullscreen projector), the HUD has the background it should have. Therefore, this is a OBS issue that has to do with colors.
 

Attachments

  • 1638362523797.png
    1638362523797.png
    152.5 KB · Views: 13
  • 1638362533852.png
    1638362533852.png
    152.5 KB · Views: 13
Top