mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
better visibility of brackets in code examples
This commit is contained in:
parent
51b6fb849d
commit
d1af7935ca
@ -121,9 +121,13 @@
|
|||||||
background: none;
|
background: none;
|
||||||
padding: $spacer * 1.5 0 0;
|
padding: $spacer * 1.5 0 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
overflow-y: hidden;
|
overflow-y: auto;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.highlight .p {
|
||||||
|
color: lighten(#41706f, 25%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-title--numbered {
|
.section-title--numbered {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user