mirror of
https://github.com/status-im/consul.git
synced 2025-01-26 21:51:39 +00:00
Fix font-scoping
This commit is contained in:
parent
910c2ce998
commit
4155ca9f6b
@ -10,6 +10,7 @@ text-rendering: optimizeLegibility;
|
||||
body {
|
||||
font-size: 15px;
|
||||
color: $black;
|
||||
font-family: $font-family-open-sans;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
@ -32,7 +33,7 @@ h3{
|
||||
}
|
||||
|
||||
p, a, input, .alert {
|
||||
font-family: $font-family-open-sans;
|
||||
|
||||
}
|
||||
|
||||
//an alternative color for buttons in the doc body
|
||||
|
Loading…
x
Reference in New Issue
Block a user