Fix CSS mistake

This commit is contained in:
Eugen Rochko 2017-01-26 03:17:48 +01:00
parent 97d9517b6b
commit 3a310e8f63
1 changed files with 4 additions and 1 deletions

View File

@ -656,7 +656,10 @@
padding-bottom: 235px;
background: image-url('mastodon-getting-started.png') no-repeat 0 100% local;
height: 100%;
p {font-color: $color2;}
p {
color: $color2;
}
}
.dropdown__content.dropdown__left {