aboutsummaryrefslogtreecommitdiffstats
path: root/web_src
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-04-09 21:03:14 +0200
committerGitHub <noreply@github.com>2020-04-09 15:03:14 -0400
commit8bef490f2fc5012109054d1d5801041391172923 (patch)
treebd3d3a9660190879a1c21a8637ec166948e4fc7c /web_src
parentca714db4fd8ed8aad88b5e2205e99a72ec2bdfc8 (diff)
downloadgitea-8bef490f2fc5012109054d1d5801041391172923.tar.gz
gitea-8bef490f2fc5012109054d1d5801041391172923.zip
Match arc-green code tag color to code blocks (#11023)
Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'web_src')
-rw-r--r--web_src/less/themes/theme-arc-green.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less
index 9aa077ab72..ffc6872cb3 100644
--- a/web_src/less/themes/theme-arc-green.less
+++ b/web_src/less/themes/theme-arc-green.less
@@ -1586,7 +1586,7 @@ body .xdsoft_datetimepicker {
.markdown:not(code) code,
.markdown:not(code) tt {
- background-color: rgba(0, 0, 0, .12);
+ background-color: #2a2e3a;
}
footer .container .links > * {