pi-hole_docs/docs/extra.css
2020-02-15 22:46:49 +02:00

42 lines
550 B
CSS

body,
input {
color: #000;
}
.md-nav {
font-size: 14px;
line-height: 1.4;
}
.md-typeset {
font-size: .7rem;
line-height: 1.5;
}
.md-typeset code,
.md-typeset pre {
white-space: pre-wrap;
color: #532ba8;
}
.md-logo img {
width: 48px;
height: 48px;
}
@media only screen and (min-width: 76.25em) {
.md-logo img {
width: 24px;
height: 24px;
}
}
.text-center {
text-align: center !important;
}
/* needed because images have `max-width: 100%` in the theme */
img {
height: auto;
}