Skip to content

Commit

Permalink
chore: adding the Light CodeBlocks (#338)
Browse files Browse the repository at this point in the history
* Adding the Light CodeBlocks

Signed-off-by: Aditya-eddy <aditya282003@gmail.com>

* Reformated

Signed-off-by: Aditya-eddy <aditya282003@gmail.com>

---------

Signed-off-by: Aditya-eddy <aditya282003@gmail.com>
Co-authored-by: Neha Gupta <gneha21@yahoo.in>
  • Loading branch information
Aditya-eddy and nehagup authored Feb 20, 2024
1 parent f7823e6 commit b5a543a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ module.exports = {
content: `⭐️ If you like Keploy, give it a star on <a target="_blank" rel="noopener noreferrer" href="https://github.com/keploy/keploy">GitHub</a> and follow us on <a target="_blank" rel="noopener noreferrer" href="https://twitter.com/keployio">Twitter</a> ❤️ `,
},
prism: {
theme: require("prism-react-renderer/themes/palenight"),
theme: require("prism-react-renderer/themes/vsLight"),
darkTheme: require("prism-react-renderer/themes/dracula"),
additionalLanguages: ["java", "ruby", "php"],
},
Expand Down
3 changes: 3 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,9 @@ footer svg {
padding: 0;
font-size: 0.95em;
}
[data-theme="light"] .prose :where(pre code):not(.not-prose) {
background-color: #ffffff;
}

.header-github-link:hover {
opacity: 0.6;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ Congrats on the journey so far! You've seen Keploy's power, flexed your coding m

Happy coding! ✨👩‍💻👨‍💻✨

---

-----

## Running App Locally on Linux/WSL 🐧

Expand Down

0 comments on commit b5a543a

Please sign in to comment.