mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Update <kbd> style overrides
This commit is contained in:
@@ -988,7 +988,9 @@ code,
|
||||
}
|
||||
|
||||
/* Keyboard shortcuts tweaks */
|
||||
kbd, .kbd {
|
||||
kbd, .kbd,
|
||||
.rst-content :not(dl.option-list) > :not(dt):not(kbd):not(.kbd) > kbd,
|
||||
.rst-content :not(dl.option-list) > :not(dt):not(kbd):not(.kbd) > .kbd {
|
||||
background-color: var(--kbd-background-color);
|
||||
border: 1px solid var(--kbd-outline-color);
|
||||
border-radius: 3px;
|
||||
|
||||
Reference in New Issue
Block a user