fish-shell/doc_src/_static/custom.css

11 lines
236 B
CSS
Raw Normal View History

.sphinxsidebar ul.current > li.current { font-weight: bold }
2020-03-14 22:16:52 +08:00
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;
}