4
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2025-06-26 08:29:24 +00:00

Update style.scss

This commit is contained in:
Neil Alexander
2018-10-19 09:05:21 +01:00
committed by GitHub
parent aad50ba22d
commit dc474e6128

View File

@ -30,6 +30,9 @@ div.wrapper {
div.wrapper section p a code { div.wrapper section p a code {
color: rgb(38, 124, 185); color: rgb(38, 124, 185);
}
code pre {
overflow-x: scroll; overflow-x: scroll;
} }