Skip to content

Commit

Permalink
Merge pull request #11 from rasch/fix-font-size
Browse files Browse the repository at this point in the history
Fix font-size for devtools
  • Loading branch information
RaphGL authored Jul 9, 2024
2 parents 000db0e + f2440b3 commit 6afb503
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions userChrome/chrome/theme/dracula.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,10 @@ body[lwt-sidebar-brighttext][style*="--lwt-sidebar-background-color: rgb(56, 56,
line-height: 1.3 !important;
font-weight: normal !important;
}
}

div, [platform="linux"]:root .devtools-monospace{
font-size: 13px !important;
div, [platform="linux"]:root .devtools-monospace{
font-size: 13px !important;
}
}

@-moz-document url-prefix("about:newtab"),
Expand Down

0 comments on commit 6afb503

Please sign in to comment.