diff options
author | clokep <clokep@users.noreply.github.com> | 2023-08-01 16:00:03 +0000 |
---|---|---|
committer | clokep <clokep@users.noreply.github.com> | 2023-08-01 16:00:03 +0000 |
commit | 0807b29cad16f913f34ac377c1e07ed34d0b334b (patch) | |
tree | f9742318930d267bb4e4b272cb5125f40357bd1f /dev-docs | |
parent | deploy: 190c990a76ac0faaaec31340a721cee4d172016a (diff) | |
download | synapse-0807b29cad16f913f34ac377c1e07ed34d0b334b.tar.xz |
deploy: 8fe1fd906a0e8895ba2291f03a52db5a0062f06a
Diffstat (limited to 'dev-docs')
-rw-r--r-- | dev-docs/develop/_static/pygments.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-docs/develop/_static/pygments.css b/dev-docs/develop/_static/pygments.css index 754715093b..d9a83a7ba2 100644 --- a/dev-docs/develop/_static/pygments.css +++ b/dev-docs/develop/_static/pygments.css @@ -101,7 +101,7 @@ body[data-theme="dark"] .highlight .x { color: #d0d0d0 } /* Other */ body[data-theme="dark"] .highlight .p { color: #d0d0d0 } /* Punctuation */ body[data-theme="dark"] .highlight .ch { color: #ababab; font-style: italic } /* Comment.Hashbang */ body[data-theme="dark"] .highlight .cm { color: #ababab; font-style: italic } /* Comment.Multiline */ -body[data-theme="dark"] .highlight .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */ +body[data-theme="dark"] .highlight .cp { color: #ff3a3a; font-weight: bold } /* Comment.Preproc */ body[data-theme="dark"] .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */ body[data-theme="dark"] .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */ body[data-theme="dark"] .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ @@ -186,7 +186,7 @@ body:not([data-theme="light"]) .highlight .x { color: #d0d0d0 } /* Other */ body:not([data-theme="light"]) .highlight .p { color: #d0d0d0 } /* Punctuation */ body:not([data-theme="light"]) .highlight .ch { color: #ababab; font-style: italic } /* Comment.Hashbang */ body:not([data-theme="light"]) .highlight .cm { color: #ababab; font-style: italic } /* Comment.Multiline */ -body:not([data-theme="light"]) .highlight .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */ +body:not([data-theme="light"]) .highlight .cp { color: #ff3a3a; font-weight: bold } /* Comment.Preproc */ body:not([data-theme="light"]) .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */ body:not([data-theme="light"]) .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */ body:not([data-theme="light"]) .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */ |