-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Saqib #214
base: master
Are you sure you want to change the base?
Saqib #214
Changes from all commits
a41ec9f
9a9d6e2
b4f8e96
d5030f4
f04a3c3
c0b31ff
968c615
8c545c8
181340e
89e7424
f983a81
3410e93
9dcc061
c1b796d
3020444
cead175
a921250
9060a9c
9f8fbaa
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
} | ||
|
||
h1 { | ||
background-color: #4CAF50; | ||
background-color: green; | ||
color: white; | ||
margin: 0; | ||
padding: 20px; | ||
|
@@ -89,7 +89,7 @@ | |
</head> | ||
|
||
<body> | ||
<h1>Hello GNA University, Write your Goals Below</h1> | ||
<h1>Sachin Sharma.</h1> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Clarify the purpose of the header change and resolve inconsistencies. The header content has been significantly altered, which raises several concerns:
Please clarify the following:
Consider reverting to the original text or providing a more general header that maintains the app's purpose. |
||
<ul> | ||
<% todolist.forEach(function(todo, index) { %> | ||
<li> | ||
|
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.
🧹 Nitpick (assertive)
LGTM, but consider consistency in color definitions.
The change from
#4CAF50
togreen
is acceptable. However, for better consistency and precise control over the color scheme, consider using hex color codes throughout the stylesheet.If you decide to keep using named colors, ensure this approach is applied consistently across the entire stylesheet for better maintainability.