mirror of
https://github.com/pi-hole/docs.git
synced 2026-01-22 20:14:09 +08:00
42 lines
550 B
CSS
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;
|
|
}
|