[doc] css: add custom style for <kbd> elements

This makes them look like actual keys.
This commit is contained in:
Quantum
2022-09-18 22:48:29 -04:00
committed by Geoffrey McRae
parent 9b0af43a42
commit b6f994b511
3 changed files with 36 additions and 19 deletions

View File

@@ -90,12 +90,12 @@ html_favicon = '../resources/icon.ico'
html_logo = '../resources/icon-128x128.png'
html_css_files = [
'center-rtd.css',
'lg-custom.css',
]
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = [
'css/center-rtd.css',
'css/',
]