Skip to content

Commit

Permalink
change: font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-mng committed Nov 28, 2024
1 parent 2d417c2 commit f0a4add
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/web/components/layout/globalstyles.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ const GlobalStyles = createGlobalStyle`
text-decoration: none;
}
a:visited {
color: revert;
}
a:hover, a:focus {
color: blue;
text-decoration: underline;
Expand Down
3 changes: 1 addition & 2 deletions src/web/utils/theme.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/


const Theme = {
/* source styleguide */
lightGreen: '#A1DDBA',
Expand Down Expand Up @@ -61,7 +60,7 @@ const Theme = {
Font: {
default: 'Verdana, sans-serif',
dialog: 'Trebuchet MS, Tahoma, Verdana, Arial, sans-serif',
defaultSize: '12px',
defaultSize: 'var(--mantine-font-size-md)',
},
};

Expand Down

0 comments on commit f0a4add

Please sign in to comment.