Last active
October 30, 2021 21:52
-
-
Save deckar01/b10ef10b0ca6e1667cc903e02654a114 to your computer and use it in GitHub Desktop.
GitHub Dark Colorblind Zen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.blob-code-hunk { | |
/* background-color: var(--color-accent-subtle); */ | |
border: 1px solid var(--color-btn-bg); | |
} | |
.blob-num-hunk, .blob-num-expandable { | |
/* background-color: var(--color-accent-muted); */ | |
background-color: var(--color-btn-bg); | |
} |
Author
deckar01
commented
Oct 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment