Skip to content

Instantly share code, notes, and snippets.

View wiliamvj's full-sized avatar
🤘
Talk is easy! Show me the code

Wiliam V. Joaquim wiliamvj

🤘
Talk is easy! Show me the code
View GitHub Profile
@wiliamvj
wiliamvj / swaggo-darc.css
Last active November 11, 2023 17:59
dark mode swaggo
a {
color: #8c8cfa;
}
::-webkit-scrollbar-track-piece {
background-color: rgba(255, 255, 255, 0.2) !important;
}
::-webkit-scrollbar-track {
background-color: rgba(255, 255, 255, 0.3) !important;
@wiliamvj
wiliamvj / ts
Created November 5, 2023 20:27
swagger css dar mode
const css = `a {
color: #8c8cfa;
}
::-webkit-scrollbar-track-piece {
background-color: rgba(255, 255, 255, 0.2) !important;
}
::-webkit-scrollbar-track {
background-color: rgba(255, 255, 255, 0.3) !important;