Fix CSS mistake
This commit is contained in:
parent
97d9517b6b
commit
3a310e8f63
1 changed files with 4 additions and 1 deletions
|
@ -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…
Reference in a new issue