Created
May 17, 2022 13:10
-
-
Save sbimochan/d77aed8d1327eb987e17fa2bc0f39a3a to your computer and use it in GitHub Desktop.
Refined Bitbucket custom styles
This file contains 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
@import url(https://cdn.jsdelivr.net/gh/tonsky/[email protected]/distr/fira_code.css); | |
.code-diff { | |
font-family: 'Fira Code', monospace; | |
font-weight: 500; | |
line-height: 23px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment