Skip to content

Commit 36fd80b

Browse files
authored
fix(dark-theme): fix color contrast in dark mode (#27910)
1 parent 39a3a52 commit 36fd80b

File tree

1 file changed

+1
-2
lines changed
  • files/ru/web/javascript/guide/regular_expressions

1 file changed

+1
-2
lines changed

files/ru/web/javascript/guide/regular_expressions/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,7 @@ slug: Web/JavaScript/Guide/Regular_expressions
254254
Соответствует 'x' но не запоминает соответствие. Это называется
255255
не-захватывающие скобки. Сопоставленная строка не может быть получена из
256256
элементов результирующего массива
257-
<code style="font-size: 14px; color: rgb(51, 51, 51)">[1]</code>, ...,
258-
<code style="font-size: 14px; color: rgb(51, 51, 51)">[n]</code>.
257+
<code>[1]</code>, ..., <code>[n]</code>.
259258
</td>
260259
</tr>
261260
<tr>

0 commit comments

Comments
 (0)