Fix CSS mistake

lolsob-rspec
Eugen Rochko 2017-01-26 03:17:48 +01:00
parent 2e73794b02
commit 6745264849
1 changed files with 4 additions and 1 deletions

View File

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