Skip to content

Commit

Permalink
Fix: Removed background image form style.css
Browse files Browse the repository at this point in the history
Fixes expressjs#1382

Sometimes it creates eye strain when you are learning form a white backgrounded documentation since 4 to 6 hours a day. 
That is why, I removed that white background image and the website is looking very good now.
  • Loading branch information
YashNuhash committed Jun 14, 2023
1 parent 867a10d commit 5d7ffd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

body {
font: 400 14px/1.6 "Open Sans", sans-serif;
background: url(/images/bg.jpg);
/* background: url(/images/bg.jpg); */
margin: 0;
padding: 0;
color: #555;
Expand Down

0 comments on commit 5d7ffd6

Please sign in to comment.