mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-20 05:07:53 -06:00
15 lines
324 B
CSS
15 lines
324 B
CSS
[data-md-color-scheme="slate"] {
|
|
--md-primary-fg-color: hsla(var(--md-hue),15%,12%,1);
|
|
--md-default-bg-color: hsla(var(--md-hue),17%,17%,1);
|
|
--md-typeset-a-color: steelblue;
|
|
--md-accent-fg-color: lightblue;
|
|
}
|
|
|
|
img {
|
|
background-color: white;
|
|
}
|
|
|
|
.center-image {
|
|
margin: 0 auto;
|
|
display: block;
|
|
}
|