Skip to content

Commit

Permalink
Fix #500. (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
twd2 authored Apr 13, 2019
1 parent c3f429d commit c8db2ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vj4/ui/misc/typography.styl
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,13 @@ u, .typo-u
li:last-child:after
display: none

.supplementary.inverse
color: rgba($immersive-text-color, 0.8)

a
&, &:visited, &:hover
color: rgba($immersive-text-color, 0.8)

.group-list__item
margin-bottom: 1rem

Expand Down
5 changes: 5 additions & 0 deletions vj4/ui/templates/user_login.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ <h1>{{ _('Login') }}</h1>
<input type="submit" value="{{ _('Login') }}" class="inverse expanded rounded primary button">
</div>
</div></div>
<div class="row"><div class="columns">
<div class="text-center supplementary inverse">
<a href="{{ reverse_url('user_lostpass') }}">{{ _('Forgot password or username?') }}</a>
</div>
</div></div>
</form>
</div>
</div></div>
Expand Down

0 comments on commit c8db2ae

Please sign in to comment.