css: Fix dark mode contrast issue for legend text

This commit is contained in:
Matthew Wild
2023-12-08 11:11:02 +00:00
parent f5ccb7d858
commit d345f0d98d

View File

@@ -1068,6 +1068,10 @@ pre.guru-meditation {
}
}
label, legend {
color: $gray-800 !important;
}
.box {
background-color: black;
border-color: $gray-800;