Skip to content
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

Hi, #2

Open
matbott opened this issue Mar 7, 2024 · 2 comments
Open

Hi, #2

matbott opened this issue Mar 7, 2024 · 2 comments

Comments

@matbott
Copy link

matbott commented Mar 7, 2024

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.

@tomy-shen
Copy link
Owner

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

@matbott
Copy link
Author

matbott commented Jun 4, 2024

image

Thank you it looks great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants