-
-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom Color for Alternating Background Shading #125
Comments
If using OBS, you can insert this into the Custom CSS section:
|
Awesome and incredible - your answer was laser fast!
Can I use transparent color, too?
I tried --highlight-base: rgba(255, 255, 255, 0.2)!important;
but it does not seem to work.
Am Mi., 9. Aug. 2023 um 22:21 Uhr schrieb Steve Seguin <
***@***.***>:
… If using OBS, you can insert this into the Custom CSS section:
body { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden; }
:root {
--highlight-base: red!important;
--highlight-base2: green!important;
}
—
Reply to this email directly, view it on GitHub
<#125 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF6D3BKQDZ52G2Y4WP4F6TDXUPWNNANCNFSM6AAAAAA3KQJ4AE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
What does it look like if you do |
I'm not entirely sure at the moment what the solution is, as it's definitely transparent, but I guess the point is that it's darkening still. This could be just how OBS overlays transparencies, or something I'm missing in the CSS; not sure. I'll need to play with things and update you if I find something. You could pick a solid light blue background color, but I suspect that's not what you want. |
Hi there - is it possible to use custom colors for alternating background shading? That would be awesome. I do only understand a little bit of css and cannot figure out the selectors myself. Can you help?
The text was updated successfully, but these errors were encountered: