Skip to content

Commit fe1cee3

Browse files
committed
UCL Theme branch
1 parent 17393dc commit fe1cee3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/content.mustache

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
}
3838
}}
3939

40-
<div class="alert alert-warning px-2 border-warning d-flex d-flex align-items-center justify-content-center"
40+
<div class="alert alert-info px-2 border-info d-flex d-flex align-items-center justify-content-center"
4141
style="border: none; border-left: .25rem solid;">
4242
<!-- Alerts icon. -->
4343
<div>
44-
<div class="text-warning d-flex d-flex align-items-center justify-content-center font-weight-bold rounded-circle"
44+
<div class="text-info d-flex d-flex align-items-center justify-content-center font-weight-bold rounded-circle"
4545
style="height: 30px; width: 30px; border: .25rem solid;">
4646
!
4747
</div>
@@ -70,7 +70,7 @@
7070
{{#nav}}
7171
<!-- Alerts next. -->
7272
<div>
73-
<a href="#block-alert-carousel" role="button" data-slide="next" class="btn btn-warning mr-2">
73+
<a href="#block-alert-carousel" role="button" data-slide="next" class="btn btn-info mr-2">
7474
<i class="fa fa-chevron-right" aria-hidden="true"></i>
7575
<span class="sr-only">{{#str}} next {{/str}}</span>
7676
</a>

0 commit comments

Comments
 (0)