|
|
@@ -60,10 +60,20 @@
|
|
|
--bs-dropdown-min-width: 23rem;
|
|
|
}
|
|
|
|
|
|
-li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
|
|
|
+[data-bs-theme=light] pre, [data-bs-theme=light] .card {
|
|
|
+ background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1));
|
|
|
+}
|
|
|
+
|
|
|
+li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9 {
|
|
|
+ color: revert !important;
|
|
|
list-style-type: decimal !important;
|
|
|
}
|
|
|
|
|
|
+[data-bs-theme=dark] li.L1, [data-bs-theme=dark] li.L3, [data-bs-theme=dark] li.L5,
|
|
|
+[data-bs-theme=dark] li.L7, [data-bs-theme=dark] li.L9 {
|
|
|
+ background-color: var(--bs-gray-dark) !important;
|
|
|
+}
|
|
|
+
|
|
|
.text-right button {
|
|
|
float: right;
|
|
|
}
|