Skip to content

Commit

Permalink
chore(release): 1.21.17 [skip ci]
Browse files Browse the repository at this point in the history
## [1.21.17](v1.21.16...v1.21.17) (2021-11-22)

### Bug Fixes

* smaller code mirror font-size ([ce5925e](ce5925e))
  • Loading branch information
semantic-release-bot committed Nov 22, 2021
1 parent ce5925e commit 9846490
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.21.17](https://github.com/pengx17/logseq-dev-theme/compare/v1.21.16...v1.21.17) (2021-11-22)


### Bug Fixes

* smaller code mirror font-size ([ce5925e](https://github.com/pengx17/logseq-dev-theme/commit/ce5925e01314f205acac1e6ba3bf2073cc4526be))

## [1.21.16](https://github.com/pengx17/logseq-dev-theme/compare/v1.21.15...v1.21.16) (2021-11-18)


Expand Down
16 changes: 16 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -782,6 +782,22 @@ progress::-webkit-progress-value {
background: var(--ls-tertiary-background-color) !important;
}

.CodeMirror pre.CodeMirror-line,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber,
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror {
font-size: 12px;
line-height: 16px;
}

.CodeMirror {
background-color: var(--color-level-1);
box-shadow: 0 0 0 2px var(--color-level-2);
}

/* Popups */
.tippy-tooltip {
padding: 0.5em 0;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "logseq-dev-theme",
"author": "pengx17",
"version": "1.21.16",
"version": "1.21.17",
"description": "A custom theme for dev",
"logseq": {
"themes": [
Expand Down

0 comments on commit 9846490

Please sign in to comment.