1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 09:46:57 +01:00

better visibility of brackets in code examples

This commit is contained in:
Matthias Kretschmann 2017-06-29 16:53:15 +02:00
parent 51b6fb849d
commit d1af7935ca
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -121,9 +121,13 @@
background: none;
padding: $spacer * 1.5 0 0;
margin-bottom: 0;
overflow-y: hidden;
overflow-y: auto;
overflow-x: auto;
}
.highlight .p {
color: lighten(#41706f, 25%);
}
}
.section-title--numbered {