set code color for tutorial

This commit is contained in:
Christoph Hartmann 2016-09-26 13:31:00 +02:00 committed by Dominik Richter
parent d00198819f
commit 46d193ebfe

View file

@ -55,6 +55,10 @@ img {
border-radius: 5px;
}
.tutorial-guide /deep/ code {
color: lightskyblue;
}
.title {
color: lightskyblue;
}