mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
7 lines
115 B
CSS
7 lines
115 B
CSS
|
.codebox {
|
||
|
background-color: light-dark(
|
||
|
var(--mantine-color-gray-1),
|
||
|
var(--mantine-color-gray-9)
|
||
|
);
|
||
|
}
|