VerzatileDevOrg / Programming_HandBook

The Programmer's Handbook is an open source initiative to collect, archive, and localize all programming knowledge in one collective space.
https://verzatiledevorg.github.io/Programming_HandBook/
MIT License
7 stars 5 forks source link

Interface updates (Default Theme) #75

Closed VerzatileDev closed 8 months ago

VerzatileDev commented 8 months ago

Reference

The following Pull Request in response to issue #74 on the VerzatileDevOrg/Programming_HandBook repository, which can be referenced at https://github.com/VerzatileDevOrg/Programming_HandBook/issues/74.

Addressable

The primary focus of this Pull Request is to address the current default Color-Theme of the website, which is currently set to Light or White, as highlighted in issue (https://github.com/VerzatileDevOrg/Programming_HandBook/issues/44).

Changes

  1. Modification of collections to utilize proper Hex Coloring.

  2. Documentation and organization of collections for clarity. Introduction of the ability to assign a title to each collection, exemplified as follows: {: .code title="Specified Title"} Refinement of the interaction between the .code and .example classes for codeblocks. Addition of a purple outline on the side of codeblocks by default.

Enhancement

<h1> titles for improved visibility on the page, accompanied by the introduction of padding properties to separate the content from the underlying text.