From 6da87eda8bcfca49a008c07f7e3cff001df921bf Mon Sep 17 00:00:00 2001
From: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com>
Date: Wed, 20 May 2020 04:49:48 +0200
Subject: [PATCH] Fix selected line color in arc-green (#11492)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
---
 web_src/less/themes/theme-arc-green.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less
index da1c9d435f..8caadd151d 100644
--- a/web_src/less/themes/theme-arc-green.less
+++ b/web_src/less/themes/theme-arc-green.less
@@ -1146,7 +1146,7 @@ td.blob-excerpt {
     background-color: rgba(0, 0, 0, .15);
 }
 
-.lines-code .code-view .active {
+.code-view .lines-code .active {
     background: #534d1b;
 }