Skip to content

Commit

Permalink
fix: web line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
rsharuru committed Aug 13, 2024
1 parent 99c787d commit ef693ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "sn-theme-dark-sense",
"version": "1.4",
"version": "1.5",
"sn": {
"main": "theme.css",
"dock_icon": {
"type": "circle",
"background_color": "#0F0F0F",
"foreground_color": "#0F0F0F",
"background_color": "#0f0f0f",
"foreground_color": "#0f0f0f",
"border_color": "#181a1b"
}
},
Expand Down
4 changes: 4 additions & 0 deletions theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,8 @@

textarea, .blocks-editor {
caret-color: #086dd6;
}

#note-text-editor, #super-editor-content {
line-height: 2;
}

0 comments on commit ef693ee

Please sign in to comment.