Slight font fix
This commit is contained in:
parent
5eb34e3b47
commit
cb464e6f5b
2 changed files with 4 additions and 4 deletions
|
@ -58,6 +58,10 @@ hr {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
@include font-mono;
|
||||||
|
}
|
||||||
|
|
||||||
.alert {
|
.alert {
|
||||||
bottom: 0; left: 0;
|
bottom: 0; left: 0;
|
||||||
|
|
||||||
|
|
|
@ -27,8 +27,4 @@ pre {
|
||||||
color: $white;
|
color: $white;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
|
||||||
@include font-mono;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue