fix(ui): change background color for code block to (--an-pre)

This commit is contained in:
Dinesht04
2025-10-10 16:17:37 +05:30
committed by dashuai
parent aa75f4455d
commit dc47e1a511
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
--an-toolbar-divider: rgba(0, 0, 0, 0.1);
--an-ced4da: #ced4da;
--an-e9ecef: #e9ecef;
--an-pre: #161b22;
--an-pre: #f8f9fa;
--an-6c757d: #6c757d;
--an-212529: #212529;
--an-gray-300: var(--bs-gray-300);
+1 -1
View File
@@ -281,7 +281,7 @@ img[src=''] {
}
}
pre {
background-color: var(--bs-gray-100);
background-color: var(--an-pre);
border-radius: 0.25rem;
padding: 1rem;
max-height: 38rem;