Browse Source

Fix CSS mistake

closed-social-glitch-2
Eugen Rochko 7 years ago
parent
commit
3a310e8f63
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      app/assets/stylesheets/components.scss

+ 4
- 1
app/assets/stylesheets/components.scss 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 {

Loading…
Cancel
Save