fix: markdown visual font size (#1127)
Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
"@milkdown/react": "5.5.0",
|
||||
"@milkdown/theme-nord": "5.5.0",
|
||||
"@standardnotes/editor-kit": "2.2.4",
|
||||
"@standardnotes/styles": "workspace:*",
|
||||
"@testing-library/dom": "^8.11.3",
|
||||
"@testing-library/jest-dom": "^5.16.2",
|
||||
"@testing-library/react": "^12.1.4",
|
||||
@@ -61,7 +62,6 @@
|
||||
"react-icons": "^4.3.1",
|
||||
"react-scripts": "^5.0.0",
|
||||
"sass": "*",
|
||||
"sn-stylekit": "5.2.21",
|
||||
"source-map-explorer": "^2.5.2",
|
||||
"typescript": "*"
|
||||
},
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@import '~sn-stylekit/dist/stylekit.css';
|
||||
@import '../../../../styles/src/Styles/main.scss';
|
||||
@import 'material-icons/iconfont/material-icons.css';
|
||||
@import 'katex/dist/katex.min.css';
|
||||
@import 'prism/material-light.css';
|
||||
@@ -9,10 +9,7 @@
|
||||
|
||||
body,
|
||||
html {
|
||||
background-color: transparent;
|
||||
background-color: var(--sn-stylekit-background-color);
|
||||
font-family: var(--sn-stylekit-sans-serif-font);
|
||||
font-size: var(--sn-stylekit-font-size-editor);
|
||||
background-color: var(--sn-stylekit-secondary-background-color);
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user