TW-Style icon indicating copy to clipboard operation
TW-Style copied to clipboard

Hi,

Open matbott opened this issue 1 year ago • 2 comments

Hello, I use the theme you made and I think it's very good, do you see it possible to create a dark one? Best regards.

matbott avatar Mar 07 '24 12:03 matbott

Hi, I have no plans to do this at the moment, but you can do this by modifying TW-Style-2.0.1/stylesheets/application.css file as follows:

Find this line #top-menu { background-color: ##5B7493 Modify like this #top-menu { background-color: #222222

Find this line #main-menu li a.selected, #main-menu li a.selected:hover { background: #628DB6 Modify like this #main-menu li a.selected, #main-menu li a.selected:hover { background: #777777

Find this line #main-menu li a:hover { background: #fff; color: black; border-bottom: 3px solid #628DB6 Modify like this #main-menu li a:hover { background: #fff; color: black; border-bottom: 3px solid #777777

tomy-shen avatar Mar 11 '24 01:03 tomy-shen

image

Thank you it looks great

matbott avatar Jun 04 '24 17:06 matbott