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:
parent
4b4c2b3ce0
commit
c0e1fd3c7f
@ -8,13 +8,13 @@ kbd,
|
||||
pre,
|
||||
samp {
|
||||
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;
|
||||
}
|
||||
|
||||
// Inline code
|
||||
code {
|
||||
padding: 2px 4px;
|
||||
padding: .1rem .3rem;
|
||||
color: $code-color;
|
||||
background-color: $code-bg;
|
||||
border-radius: $border-radius;
|
||||
@ -22,7 +22,7 @@ code {
|
||||
|
||||
// User input typically entered via keyboard
|
||||
kbd {
|
||||
padding: 2px 4px;
|
||||
padding: .1rem .3rem;
|
||||
color: $kbd-color;
|
||||
background-color: $kbd-bg;
|
||||
border-radius: $border-radius-sm;
|
||||
|
Loading…
Reference in New Issue
Block a user