Skip to content

Commit

Permalink
Revert code font back to stash default
Browse files Browse the repository at this point in the history
  • Loading branch information
TylersApps committed May 19, 2024
1 parent 79003ff commit 7cd463e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions themes/dracula/dracula-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -374,11 +374,9 @@ mark,.mark {

code,.code {
color: var(--pink);
font-family: Roboto Mono, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, monospace;
}

pre,code,kbd,samp {
font-family: Roboto Mono, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, monospace;
font-size: 1em
}

Expand Down
2 changes: 1 addition & 1 deletion themes/dracula/dracula-theme.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Dracula Theme
description: A dark theme for Stash based on the popular Dracula theme.
version: 1.3.4
version: 1.3.5
ui:
css:
- dracula-theme.css

0 comments on commit 7cd463e

Please sign in to comment.