mirror of
https://github.com/aronwk-aaron/MSState-Library-ETD.git
synced 2026-01-29 00:49:25 -06:00
CSS link coloring
This commit is contained in:
@@ -14,6 +14,10 @@ $theme-colors: (
|
||||
background-color: map_get($theme-colors, "primary") !important;
|
||||
}
|
||||
|
||||
a {
|
||||
@extend .text-primary
|
||||
}
|
||||
|
||||
// responsive font
|
||||
@include media-breakpoint-down(sm) {
|
||||
html{font-size: 14px;}
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
</div>
|
||||
<div class="col-6 text-right">
|
||||
{% if user_manager.USER_ENABLE_REGISTER and not user_manager.USER_REQUIRE_INVITATION %}
|
||||
<a href="{{ url_for('user.register') }}" class="text-primary" tabindex='190'>
|
||||
<a href="{{ url_for('user.register') }}" tabindex='190'>
|
||||
{% trans %}New here? Register.{% endtrans %}</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
@@ -42,7 +42,7 @@
|
||||
</div>
|
||||
<div class="col-6 text-right">
|
||||
{% if user_manager.USER_ENABLE_FORGOT_PASSWORD %}
|
||||
<a href="{{ url_for('user.forgot_password') }}" class="text-primary" tabindex='195'>
|
||||
<a href="{{ url_for('user.forgot_password') }}" tabindex='195'>
|
||||
{% trans %}Forgot your Password?{% endtrans %}</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user