From 28023d5694a51e86d1c483c85aa04d1659dbf7da Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Thu, 21 Nov 2024 09:47:28 +0800 Subject: [PATCH] fix css --- src/oj/problem/components/ProblemContent.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/oj/problem/components/ProblemContent.vue b/src/oj/problem/components/ProblemContent.vue index 07b7550..322fff3 100644 --- a/src/oj/problem/components/ProblemContent.vue +++ b/src/oj/problem/components/ProblemContent.vue @@ -232,7 +232,7 @@ function type(status: ProblemStatus) { font-family: "Monaco"; } -.__layout-dark .problemContent .content > pre { +.dark .problemContent .content > pre { background-color: rgb(24, 24, 28); border-color: rgba(255, 255, 255, 0.09); } @@ -253,7 +253,7 @@ function type(status: ProblemStatus) { border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1); } -.__layout-dark .problemContent .content > table th { +.dark .problemContent .content > table th { background-color: rgba(38, 38, 42, 1); }