mirror of
https://github.com/ipdb/website.git
synced 2024-11-14 09:14:48 +01:00
20 lines
245 B
SCSS
20 lines
245 B
SCSS
//
|
|
// Code (inline and block)
|
|
// --------------
|
|
// ipdb.io
|
|
//
|
|
code,
|
|
kbd,
|
|
pre,
|
|
samp {
|
|
font-family: $font-family-monospace;
|
|
font-size: $font-size-small;
|
|
hyphens: none;
|
|
}
|
|
|
|
// Inline code
|
|
code {
|
|
color: $brand-04;
|
|
opacity: .85;
|
|
}
|