mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
switch back to material with smaller font
Signed-off-by: Adam Warner <adamw@rner.email>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i');
|
||||
.md-nav {
|
||||
font-size: 14px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.md-typeset {
|
||||
font-size: 14px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
body, input {
|
||||
font-family: "Source Sans Pro", "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
|
||||
color: black;
|
||||
}
|
||||
code {
|
||||
display: inline-block;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
Reference in New Issue
Block a user