Skip to content

Commit

Permalink
Merge pull request #336 from vordgi/rd-335
Browse files Browse the repository at this point in the history
rd-335 use monospace font for filename
  • Loading branch information
vordgi authored Oct 16, 2024
2 parents 8aae593 + 9d240fe commit f129434
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/robindoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "robindoc",
"version": "2.1.2",
"version": "2.1.3",
"description": "",
"main": "./lib/index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
}

.r-code-section-header {
font-family: var(--monospace-font, monospace, monospace);
display: flex;
justify-content: space-between;
align-items: center;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.r-code-block {
font-family: var(--monospace-font, monospace, monospace);
border-radius: 6px;
padding: 16px 20px;
margin-block-start: 1.5em;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.r-code-span {
font-family: var(--monospace-font, monospace, monospace);
background-color: var(--neutral100);
border-radius: 4px;
padding: 2px 6px;
Expand Down

0 comments on commit f129434

Please sign in to comment.