Add <kbd> styling
This commit is contained in:
parent
7c251a01ec
commit
09a4ae85cf
@ -407,3 +407,15 @@ blockquote {
|
|||||||
|
|
||||||
section > h1, section > h2, section > h3, section > p, section > ul {
|
section > h1, section > h2, section > h3, section > p, section > ul {
|
||||||
background: var(--primary); }
|
background: var(--primary); }
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Keyboard Shortcut Styling
|
||||||
|
* =========================
|
||||||
|
*/
|
||||||
|
kbd {
|
||||||
|
font-family: "Fira Code", monospace !important;
|
||||||
|
font-size: 65% !important;
|
||||||
|
display: inline-block;
|
||||||
|
border: 1px solid white !important;
|
||||||
|
border-width: 1px 5px 5px 1px !important;
|
||||||
|
padding: .2rem .5rem !important; }
|
||||||
|
|||||||
@ -511,3 +511,16 @@ blockquote {
|
|||||||
section>h1, section>h2, section>h3, section>p, section>ul {
|
section>h1, section>h2, section>h3, section>p, section>ul {
|
||||||
background: var(--primary)
|
background: var(--primary)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Keyboard Shortcut Styling
|
||||||
|
* =========================
|
||||||
|
*/
|
||||||
|
kbd {
|
||||||
|
font-family: "Fira Code", monospace !important;
|
||||||
|
font-size: 65% !important;
|
||||||
|
display: inline-block;
|
||||||
|
border: 1px solid white !important;
|
||||||
|
border-width: 1px 5px 5px 1px !important;
|
||||||
|
padding: .2rem .5rem !important;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user