Compare commits

..

No commits in common. "db6a2f93bb8d1883501b103fc55891fc707e288c" and "3066de7ac44e39a7f697f8b04afad2a152e5e6fe" have entirely different histories.

2 changed files with 0 additions and 25 deletions

View File

@ -407,15 +407,3 @@ 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; }

View File

@ -511,16 +511,3 @@ 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;
}