mirror of https://github.com/hashicorp/consul
Improved mono declaration scope
parent
31cefff104
commit
dbed54ee3b
|
@ -237,7 +237,6 @@ body.page-home{
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-family: "Courier New", Monaco, Menlo, Consolas, monospace;
|
|
||||||
color: $white;
|
color: $white;
|
||||||
|
|
||||||
.txt-r {
|
.txt-r {
|
||||||
|
@ -249,6 +248,7 @@ body.page-home{
|
||||||
}
|
}
|
||||||
p{
|
p{
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
|
font-family: $font-family-mono;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
.cursor {
|
.cursor {
|
||||||
|
|
Loading…
Reference in New Issue