From 0bfd8bf21f124dae658a743a8e78d8c512260ad5 Mon Sep 17 00:00:00 2001 From: wzrabbit Date: Fri, 26 Aug 2022 21:23:26 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95:=20=EB=A7=9E=EC=B6=94?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EC=9D=80=20=EC=9D=BC=EB=B0=98=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=EC=83=89=EC=83=81=20=EC=A0=81=EC=9A=A9=20=EC=95=88?= =?UTF-8?q?=20=EB=90=9C=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- totamjung/manifest.json | 2 +- totamjung/options.html | 2 +- totamjung/pallette.css | 2 +- totamjung/theme.css | 14 +++++++++++--- 4 files changed, 14 insertions(+), 6 deletions(-) diff --git a/totamjung/manifest.json b/totamjung/manifest.json index b1d1f0a0..8b719838 100644 --- a/totamjung/manifest.json +++ b/totamjung/manifest.json @@ -1,7 +1,7 @@ { "name": "토탐정", "description": "토탐정은 백준 온라인 저지(BOJ)에서 사용할 수 있는 미니 확장 프로그램입니다!\n알고리즘 분류에 기능을 추가하고, 전용 테마를 제공합니다.", - "version": "1.0.7", + "version": "1.0.7.1", "manifest_version": 3, "permissions": [ "storage" diff --git a/totamjung/options.html b/totamjung/options.html index 91e4e81c..b5770539 100644 --- a/totamjung/options.html +++ b/totamjung/options.html @@ -17,7 +17,7 @@

-
v1.0.7
+
v1.0.7.1
diff --git a/totamjung/pallette.css b/totamjung/pallette.css index 676fbea4..392af08e 100644 --- a/totamjung/pallette.css +++ b/totamjung/pallette.css @@ -147,7 +147,7 @@ /* BOJ Extended Colors */ --problem-link-ac-box-color: rgb(0, 40, 20); --problem-link-pac-box-color: rgb(60, 50, 0); - --problem-link-wa-box-color: rgb(45, 0, 0); + --problem-link-wa-box-color: rgb(60, 0, 0); --problem-link-ac-color: rgb(136, 232, 178); --problem-link-pac-color: rgb(236, 222, 115); --problem-link-wa-color: rgb(238, 123, 123); diff --git a/totamjung/theme.css b/totamjung/theme.css index 02f51c2f..f393286d 100644 --- a/totamjung/theme.css +++ b/totamjung/theme.css @@ -2122,10 +2122,20 @@ html[totamjung='on'] #quick-search .results { background: var(--bright-menu-line-color); } + +html[totamjung='on'] a[href^="/problem"].problem-link-style-box { + background-color: var(--secondary-menu-color); + color: var(--bright-menu-line-color); + transition: 0.2s; +} + +html[totamjung='on'] a[href^="/problem"].problem-link-style-box:hover { + border-color: var(--bright-menu-line-color); +} + html[totamjung='on'] a[href^="/problem"].problem-link-style-box.result-ac { background-color: var(--problem-link-ac-box-color); color: var(--problem-link-ac-color); - transition: 0.2s; } html[totamjung='on'] a[href^="/problem"].problem-link-style-box.result-ac:hover { @@ -2135,7 +2145,6 @@ html[totamjung='on'] a[href^="/problem"].problem-link-style-box.result-ac:hover html[totamjung='on'] a[href^="/problem"].problem-link-style-box.result-pac { background-color: var(--problem-link-pac-box-color); color: var(--problem-link-pac-color); - transition: 0.2s; } html[totamjung='on'] a[href^="/problem"].problem-link-style-box.result-pac:hover { @@ -2145,7 +2154,6 @@ html[totamjung='on'] a[href^="/problem"].problem-link-style-box.result-pac:hover html[totamjung='on'] a[href^="/problem"].problem-link-style-box.result-wa { background-color: var(--problem-link-wa-box-color); color: var(--problem-link-wa-color); - transition: 0.2s; } html[totamjung='on'] a[href^="/problem"].problem-link-style-box.result-wa:hover {