Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Changing the Opacity of the Sidebar

Hello everyone. I'm just wondering if there is anyway to make the side- bar less faint and more visible.

Comments

  • You need to state which Story Format you are using when you ask a question, as answers can be different for each one. I am going to assume you are using Harlowe.

    You can change the opacity of the Undo/Redo links by placing the following CSS selectors within your Story Stylesheet area and then increase the opacity value. (range is 0 to 1)
    tw-icon {
    	opacity: 0.1;
    }
    tw-icon:hover {
    	opacity: 0.3;
    }
    
Sign In or Register to comment.