Skip to content

Commit c89abc6

Browse files
authored
CSS properties example fixed
1 parent 31f3fcd commit c89abc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ to overwrite only some of the rules.
368368
<style>
369369
.orejime-Env {
370370
--orejime-font-family: monospace;
371-
--orejime-background: black;
372-
--orejime-color: yellow;
371+
--orejime-color-background: black;
372+
--orejime-color-text: yellow;
373373
}
374374
</style>
375375
```

0 commit comments

Comments
 (0)