1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-25 03:03:16 +01:00

cody style tweaks

This commit is contained in:
Matthias Kretschmann 2017-11-22 13:01:54 +01:00
parent 4b4c2b3ce0
commit c0e1fd3c7f
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -8,13 +8,13 @@ kbd,
pre, pre,
samp { samp {
font-family: $font-family-monospace; font-family: $font-family-monospace;
font-size: .7rem; font-size: .7em; // use em so inline code can be used withing large and small modifiers
hyphens: none; hyphens: none;
} }
// Inline code // Inline code
code { code {
padding: 2px 4px; padding: .1rem .3rem;
color: $code-color; color: $code-color;
background-color: $code-bg; background-color: $code-bg;
border-radius: $border-radius; border-radius: $border-radius;
@ -22,7 +22,7 @@ code {
// User input typically entered via keyboard // User input typically entered via keyboard
kbd { kbd {
padding: 2px 4px; padding: .1rem .3rem;
color: $kbd-color; color: $kbd-color;
background-color: $kbd-bg; background-color: $kbd-bg;
border-radius: $border-radius-sm; border-radius: $border-radius-sm;