Skip to content

Commit e1ab94f

Browse files
authored
Change the color of the warning links (#5781)
* Change the color of the warning links * Change the background color instead of links
1 parent 5b7c10d commit e1ab94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/header-notification.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<!-- END ONEOFF EARLY ACCESS NOTICE -->
4040

4141
{% if translation_notification_type %}
42-
<div class="header-notifications text-center f5 color-bg-info-inverse color-text-primary py-4 px-6 translation_notice{% if release_notification_type %} border-bottom color-border-tertiary{% endif %}">
42+
<div class="header-notifications text-center f5 color-bg-info color-text-primary py-4 px-6 translation_notice{% if release_notification_type %} border-bottom color-border-tertiary{% endif %}">
4343
{{ translation_notification }}
4444
</div>
4545
{% endif %}

0 commit comments

Comments
 (0)