woroodfathiassi / Light-Dark-Mode

This is a simple application to switch a page's theme between Light and Dark modes.
2 stars 0 forks source link

Nit: no need for main before #tabs in .css file #6

Open nasser-codes opened 1 month ago

nasser-codes commented 1 month ago

https://github.com/woroodfathiassi/Light-Dark-Mode/blob/f84c1846c5d49752e714432ee92f6200fc213381/style.css#L65

ID's are unique to an HTML page, no need to add the main parent tag.