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

View File

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