diff --git a/www/tutorial/app/app.component.css b/www/tutorial/app/app.component.css index ce2386b08..e53423bb8 100644 --- a/www/tutorial/app/app.component.css +++ b/www/tutorial/app/app.component.css @@ -55,6 +55,10 @@ img { border-radius: 5px; } +.tutorial-guide /deep/ code { + color: lightskyblue; +} + .title { color: lightskyblue; }