Skip to content

Commit

Permalink
fix bookmark on SRFI-210 document #287
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Jan 23, 2024
1 parent 4559b44 commit 035789c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.0.0-beta.19
### Breaking
* `get-environment-variables` and `get-environment-variable` returns nil and undefined in the browser
* change `get-environment-variables` and `get-environment-variable` returns nil and undefined in the browser
### Features
* add `vector-for-each` and `vector-copy!` function from R7RS
* add `string-for-each`, `string-downcase`, and `string-upcase` from R7RS
Expand All @@ -11,6 +11,7 @@
* fix wrong strings in `string-fill!`
* fix `string-set!` to mutate the string and work on any expression
* fix tokenizing regex that ends with hash
* fix bookmark on SRFI-210 document [#287](https://github.com/jcubic/lips/issues/287)

## 1.0.0-beta.18
### Breaking
Expand Down
3 changes: 3 additions & 0 deletions lib/css/terminal.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
--background: #000;
--color: #ccc;
}
.terminal .token::before, .terminal .token::after {
display: none;
}
.terminal .token.__doc__::before {
color: var(--base-background, #000);
}
Expand Down

0 comments on commit 035789c

Please sign in to comment.