Closed Jayadev6191 closed 5 years ago
Why did you make
link.setAttribute('contenteditable', true);
contenteditable true to the active anchor links ?
It's there so that if the user wants to move to a specific page, they can do so. You just click on the active element and then enter a new page number.
I have put a simple dark theme for now with a white banner so that the image in the header appears prominently.
I'm going to have @BabyMaybe take a look at this as he's the styling wiz for this project.
But looking over it a bit myself, I like the shade you chose; however, I think a few necessary changes need to be added before merge:
@macjabeth Thanks for the feedback! I will try to incorporate the suggested changes and update this PR 😀
This issue is resolved with the new website redesign (#23).
@macjabeth I have put a simple dark theme for now with a white banner so that the image in the header appears prominently.
I saw something interesting in the js file while setting the pagination. Why did you make
link.setAttribute('contenteditable', true);
contenteditable true to the active anchor links ? Just curious :)