1
0
Fork 0

Tweaked Terminal Alert (CSS)

This commit is contained in:
Moritz »mo.« Sauer 2015-04-07 13:01:03 +02:00
parent 63c234d820
commit b6aa873efd
3 changed files with 7 additions and 2 deletions

View file

@ -72,6 +72,11 @@
background: $grey-12;
color: #fff;
border-color: scale-color($grey-12, $lightness: -14%);
font-family: $font-family-monospace;
}
.alert-box.terminal::before {
content: "$ ";
color: $ci-6;
}
.alert-box.text {
background-color: $grey-2;