File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,16 @@ <h4><a href='{{post.url}}'>{{post.title}}</a></h4>
39
39
40
40
<!-- Left and right controls -->
41
41
< a class ="left carousel-control " href ="#myCarousel " onclick ="$('#myCarousel').carousel('pause'); " role ="button " data-slide ="prev ">
42
- < span class ="glyphicon glyphicon-chevron-left " aria-hidden ="true "> </ span >
43
- < span class ="sr-only "> Previous</ span >
42
+ < svg xmlns ="http://www.w3.org/2000/svg " width ="16 " height ="16 " fill ="currentColor " class ="bi bi-chevron-left " viewBox ="0 0 16 16 " aria-hidden ="true ">
43
+ < path fill-rule ="evenodd " d ="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z " />
44
+ </ svg >
45
+ < span class ="sr-only "> Previous</ span >
44
46
</ a >
45
47
< a class ="right carousel-control " href ="#myCarousel " onclick ="$('#myCarousel').carousel('pause'); " role ="button " data-slide ="next ">
46
- < span class ="glyphicon glyphicon-chevron-right " aria-hidden ="true "> </ span >
47
- < span class ="sr-only "> Next</ span >
48
+ < svg xmlns ="http://www.w3.org/2000/svg " width ="16 " height ="16 " fill ="currentColor " class ="bi bi-chevron-right " viewBox ="0 0 16 16 ">
49
+ < path fill-rule ="evenodd " d ="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z " />
50
+ </ svg >
51
+ < span class ="sr-only "> Next</ span >
48
52
</ a >
49
53
</ div >
50
54
< div class ="row ">
Original file line number Diff line number Diff line change 31
31
max-width : 1200px ;
32
32
max-height : 600px ;
33
33
}
34
+ .carousel-control : focus {
35
+ background-color : rgba (0 , 0 , 0 , 0.25 );
36
+ }
37
+ a .carousel-control .left , a .carousel-control .right {
38
+ display : flex;
39
+ align-items : center;
40
+ justify-content : center;
41
+ }
34
42
35
43
.dropdown-toggle : focus {
36
44
outline : dotted;
@@ -381,6 +389,10 @@ strong {
381
389
font-size : 1.5rem ;
382
390
}
383
391
392
+ .alert .alert-success {
393
+ background-color : # FFF1DA ;
394
+ }
395
+
384
396
figure img {
385
397
max-width : 100% ;
386
398
height : auto;
You can’t perform that action at this time.
0 commit comments