- 12 Mar, 2024 2 commits
-
-
Silentoplayz authored
Fix spacing
-
Silentoplayz authored
- Combined font-family declaration: Instead of repeating the font-family declaration for both `html` and `pre`, it's combined into one declaration to save space and avoid repetition. - Removed unnecessary `pre` styling: The `pre` styling for `font-family` is removed as the font-family is already defined in the `html` rule. The code is more concise and easier to read.
-
- 09 Oct, 2023 1 commit
-
-
Timothy J. Baek authored
-
- 08 Oct, 2023 1 commit
-
-
Timothy J. Baek authored
-