diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-06-30 22:32:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-30 22:32:24 +0200 |
| commit | 17e89468847735df10381c47c46c7d82d33cc463 (patch) | |
| tree | b0ce55f7d62aac399717aac3ab5a76c981c66f65 /tests/typ/code/repr.typ | |
| parent | 911b5818344e85a58da9db895a333d22484b7ae7 (diff) | |
Remove color literals (#39)
Diffstat (limited to 'tests/typ/code/repr.typ')
| -rw-r--r-- | tests/typ/code/repr.typ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typ/code/repr.typ b/tests/typ/code/repr.typ index eacbf8e8..3da86bf8 100644 --- a/tests/typ/code/repr.typ +++ b/tests/typ/code/repr.typ @@ -34,7 +34,7 @@ --- // Colors. -{#f7a20500} +#rgb("f7a20500") --- // Strings and escaping. |
