doc: make <kbd> style more prominent

This commit is contained in:
Delapouite
2020-03-14 15:16:52 +01:00
committed by Fabian Homborg
parent 06b317c07f
commit 0152ba87c8

View File

@@ -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;
}