Skip to content

Instantly share code, notes, and snippets.

@536
Last active June 7, 2024 03:58
Show Gist options
  • Save 536/cb564958a5ea8d0972835edc5448e519 to your computer and use it in GitHub Desktop.
Save 536/cb564958a5ea8d0972835edc5448e519 to your computer and use it in GitHub Desktop.
xStyle
@-moz-document domain("bitbucket.holomatic.ai") {
.filebrowser-readme {
font-family: Source Han Serif;
}
.content-view .CodeMirror pre,
.markup pre code {
font-family: FiraCode Nerd Font Mono;
}
#page {
display: flex;
flex-direction: column;
overflow-x: hidden;
}
#content {
flex-grow: 1;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment