Skip to content

Translucent Window #143

Answered by Grogster69
Grogster69 asked this question in Q&A
Discussion options

You must be logged in to vote

Solved it myself after more researching! :)

1.) Open your ITS Alternate Theme.css snippet file. (Save a backup copy just to be safe)

2.) Use FIND function (ctrl-f of cmd-f) in whichever text editor you use to find this line of code:
.theme-dark .wotc-beyond {
(Or whichever .theme you wish to change)

3.) For my need, scroll down about 27 lines below and FIND the "--note" line:
--note: #1a1e24;

4.) For 50% opacity, CHANGE the color value of the #hex code to include 2 extra digits for the alpha channel:
--note: #1a1e2480;

  • 0% opacity = --note: #1a1e2400; and 100% opacity = --note: #1a1e24FF; (For a list of alpha channel hex values see bottom of answer.)

4a.) Alternatively, if hex code alpha…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Grogster69
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant