mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-03 20:11:15 -03:00
doc: make <kbd> style more prominent
This commit is contained in:
committed by
Fabian Homborg
parent
06b317c07f
commit
0152ba87c8
@@ -1 +1,10 @@
|
||||
.sphinxsidebar ul.current > li.current { font-weight: bold }
|
||||
|
||||
kbd {
|
||||
background-color: #f9f9f9;
|
||||
border: 1px solid #aaa;
|
||||
border-radius: .2em;
|
||||
box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1);
|
||||
color: #000;
|
||||
padding: 0.1em 0.3em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user