Skip to content

Instantly share code, notes, and snippets.

@hmmhmmhm
Created April 8, 2022 06:47
Show Gist options
  • Save hmmhmmhm/fe4adbc2a9db6851846a91ae9b503e73 to your computer and use it in GitHub Desktop.
Save hmmhmmhm/fe4adbc2a9db6851846a91ae9b503e73 to your computer and use it in GitHub Desktop.
Swagger dark theme patch
<!-- Copy and paste all the codes below onto the </body> Swagger HTML -->
<!-- Customize Code START -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/darkreader/4.9.39/darkreader.min.js"
integrity="sha512-ZCoQYqkc9/Yokyl2tJRRGKY/nrcpeF01NMeGoF7QPEoMSneYZlxUqSFnvVGH+CWBsm1HuQyWoq9Jp1SeTIukEA=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<style>
.topbar {
opacity: 0;
margin-top: -80px;
}
button {
outline: none !important;
}
.arrow {
fill: white;
}
</style>
<script>
DarkReader.enable({
brightness: 120,
contrast: 90,
sepia: 5,
grayscale: 45,
});
</script>
<!-- Customize Code ENDED -->
@hmmhmmhm
Copy link
Author

hmmhmmhm commented Apr 8, 2022

스크린샷 2022-04-08 오후 3 45 48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment