gave some love to the tutorial.

This commit is contained in:
Olivier Gagnon
2021-06-12 04:23:15 -04:00
parent 00a5085cdf
commit cdd376f2ae
5 changed files with 121 additions and 101 deletions

View File

@@ -69,3 +69,22 @@
float: right;
padding: 4px;
}
.interactive-tutorial-command {
background-color: #000;
color: $hacker-green;
white-space: nowrap;
}
.interactive-tutorial-code {
background-color: #272822;
color: white;
padding: 3px;
}
.interactive-tutorial-tab {
background-color: #555;
color: #e6e6e6;
padding: 3px;
box-shadow: 0 0 3px #000;
}