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

Enabling dark mode #56

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

amansingh1912
Copy link
Contributor

Dark mode addition, but there is an issue that can't apply dark mode to 'events' and "footer" section.
Please look into it and review the rest added..

amansingh1912 and others added 6 commits October 16, 2021 10:32
Removed height assigned and then it auto adjusts the div container...
Setting Navbar a different background image named "bg.png" using CSS property(Pseudo selector) for a better UI and adjusting fonts, logo and color
…olor in addition with an attribute to change opacity. Changes this to RBGA instead of RGB, RBGA expects an alpha value that represents opacity and changed the opacity value to a decimal.

You can use percentages for RGB/RGBA opacities, but it can cause issues for some browsers, which is why I changed it to the decimal equivalent of 95%.

Changed some minor formatting to improve readability
Dark mode addition to website.
@thatrobotdev thatrobotdev added the enhancement New feature or request label Nov 1, 2021
@thatrobotdev thatrobotdev linked an issue Nov 1, 2021 that may be closed by this pull request
Copy link
Contributor

@thatrobotdev thatrobotdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, it looks good so far! I think we can go and improve the events/footer section later, I can take a look!

I made some minor change suggestions, mostly based on extra newlines / clarifying comments in some places.

For now, if you resolve any merge conflicts and fix those changes, I'll take another look and then merge it :D. Thank you so much!

Comment on lines +1 to +3
{
"liveServer.settings.port": 5501
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{
"liveServer.settings.port": 5501
}

I think vscode just added this for whatever reason, you can delete it.

Comment on lines +21 to +22


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

Comment on lines +30 to +34





Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

Comment on lines +58 to +71

/*a.main {*/
/* background-color: #E07A5F;*/
/* color: #3D405B;*/
/* font-family: 'Times New Roman', Times, serif;*/
/* border-radius: 10pt 10pt 10pt 10pt;*/
/* padding: 10pt;*/
/* font-size: 3vw;*/
/* text-decoration: none;*/
/* transition: padding 1s;*/
/* overflow: hidden;*/
/* box-shadow: 2px 2px #3D405B;*/
/*}*/

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/*a.main {*/
/* background-color: #E07A5F;*/
/* color: #3D405B;*/
/* font-family: 'Times New Roman', Times, serif;*/
/* border-radius: 10pt 10pt 10pt 10pt;*/
/* padding: 10pt;*/
/* font-size: 3vw;*/
/* text-decoration: none;*/
/* transition: padding 1s;*/
/* overflow: hidden;*/
/* box-shadow: 2px 2px #3D405B;*/
/*}*/


/* Setting Navbar a different background image using Pseudoselector named "bg.png" for a better UI and adjusting fonts, logo and color */


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

text-align: left;
}

/* hmaburger setup */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/* hmaburger setup */
/* hamburger setup */

Comment on lines +361 to +363



Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

Comment on lines +370 to +374





Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

Comment on lines +379 to +382




Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

Comment on lines +408 to +411




Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

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

Successfully merging this pull request may close these issues.

Add and stylize a lightmode/darkmode toggle on our site!
3 participants