Adding some navigation items from #262 to the getting started screen

This commit is contained in:
Eugen Rochko 2016-12-12 14:27:52 +01:00
parent 6e7e97c849
commit 6d1066fe61
4 changed files with 83 additions and 6 deletions

View file

@ -522,3 +522,11 @@
left: 27px;
border-color: #2b90d9;
}
.column-link {
background: #373b4a;
&:hover {
background: lighten(#373b4a, 5%);
}
}