Skip to content

Commit

Permalink
Merge pull request #729 from NeurodataWithoutBorders/update-small-fon…
Browse files Browse the repository at this point in the history
…t-size

Bump small font size globally
  • Loading branch information
CodyCBakerPhD authored Apr 10, 2024
2 parents 30cbc23 + 0acf4d7 commit a3a6bf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/renderer/assets/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ body {
overflow: hidden; /* Dashboard without scroll behavior */
}

small {
font-size: 12.5px !important;
}

a {
color: var(--color-link);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class InspectorListItem extends LitElement {
overflow: hidden;
text-wrap: wrap;
padding: 10px;
font-size: 12px;
font-size: 12.5px;
}
:host(:not(:last-child)) {
Expand Down

0 comments on commit a3a6bf7

Please sign in to comment.