fix: Apply monospace style to all meta in a popover (#216)

This commit is contained in:
Charles Chamberlain 2022-10-16 12:43:43 -04:00 committed by GitHub
parent 666ffebe90
commit 3409a49f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -588,7 +588,7 @@ header {
margin: 0.25rem 0;
}
& > .meta {
& .meta {
margin-top: 0.25rem;
opacity: 0.5;
font-family: var(--font-mono);