UX: fix kbd tag text's color in the composer full screen prompt (#21169)

This commit is contained in:
Canapin 2023-04-19 17:05:26 +02:00 committed by GitHub
parent 4eb7d2d79b
commit bc7ef70380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -304,4 +304,7 @@ a.toggle-preview {
padding: 0.5em 0.75em;
pointer-events: none;
border-radius: 2px;
kbd {
background: none;
}
}