mirror of
https://github.com/mastodon/mastodon.git
synced 2026-08-16 04:06:34 -05:00
Fix style regression of buttons not inheriting document font by default (#3310)
This commit is contained in:
@@ -45,6 +45,10 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
button {
|
||||
font-family: inherit;
|
||||
}
|
||||
|
||||
button:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user