fix(ui): change background color for code block to (--an-pre)
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user