Merge branch 'bugfix/password-reset-link-styling' into 'develop'

templates/layout/app.html.eex: Style anchors

See merge request pleroma/pleroma!1527
develop
kaniini 2019-08-03 21:29:39 +00:00
commit b1fb5b93ae
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@
margin-bottom: 20px;
}
a {
color: color: #d8a070;
text-decoration: none;
}
form {
width: 100%;
}