-
Notifications
You must be signed in to change notification settings - Fork 55
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
#193 Theme added(Winter) #207
Conversation
index.html
Outdated
@@ -40,6 +40,8 @@ <h3>Home</h3> | |||
<a class="dropdown-item" href="#" id="summerdayTheme">Summer Day Theme</a> | |||
<a class="dropdown-item" href="#" id="pumpkinSpiceTheme">Pumpkin Fall Theme</a> | |||
<a class="dropdown-item" href="#" id="abyssTheme">Abyss Theme</a> | |||
<a class="dropdown-item" href="#" id="winterTheme">winter Theme</a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Capitalize Winter in the dropdown menu to keep capitalization consistent with other items in the menu ...
<a class="dropdown-item" href="#" id="winterTheme">winter Theme</a> | |
<a class="dropdown-item" href="#" id="winterTheme">Winter Theme</a> |
Thank you for the new theme. The colors are great for a Winter theme. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You've made good color choices to represent Winter. I like that they are so cool-colored. I would like to request one change:
In the index.html file, please capitalize Winter in the drop menu link. I've marked the spot in the file here in the pull request.
Thank you!
Thank you for pointing the changes, I just didn't notice it. I will make the change asap. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wonderful!
No description provided.