File tree Expand file tree Collapse file tree 5 files changed +7
-16
lines changed
Expand file tree Collapse file tree 5 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 1616 text-decoration-color : #005aa7 ;
1717}
1818
19- .highlight-blue {
20- background-color : #005aa7 ;
21- color : #fff ;
22- margin : 0.25rem 0.25rem 0.5rem 0.25rem !important ;
23- padding : 0.25rem 0.5rem !important ;
24- }
25-
2619.highlight-red {
2720 border : #FFCBBD 0.5rem solid ;
2821 border-radius : 1.4rem ;
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ <h4 class="mb-4" style="color: #005aa7;">
7474 {{ range $facet := $algoprudence.facets }}
7575 {{ if $facet.hide }}
7676 {{ else }}
77- < span style =" background-color: #005aa7; color: #ffffff; " class ="mr-1 mb-2 px-2 py-1 mx -1 "> {{$facet.label}}</ span >
77+ < span class ="highlight-red-sm m -1 "> {{$facet.label}}</ span >
7878 {{ end }}
7979 {{end}}
8080 </ div >
Original file line number Diff line number Diff line change @@ -60,15 +60,14 @@ <h4 class="mb-4 mx-3" style="color: #005aa7;">
6060 </ div >
6161 < div class ="row pl-3 " style ="position: absolute; bottom: 0; font-weight: 300; font-size: 15px; ">
6262 {{ if $event.date }}
63- < span style =" color:#005aa7; " class ="mr-1 mb-2 px-2 py-1 mx-1 ">
63+ < span class ="highlight-red-sm mr-2 ">
6464 {{ $event.date }}
6565 </ span >
6666 {{ end }}
6767 {{ range $facet := $event.facets }}
6868 {{ if $facet.hide }}
6969 {{ else }}
70- < span style ="background-color: #005aa7; color: #ffffff; "
71- class ="mr-1 mb-2 px-2 py-1 mx-1 "> {{$facet.label}}</ span >
70+ < span class ="highlight-red-sm "> {{$facet.label}}</ span >
7271 {{ end }}
7372 {{end}}
7473 </ div >
Original file line number Diff line number Diff line change @@ -96,8 +96,7 @@ <h3><a href="{{ .Permalink }}" title="{{ .Title }}" class="post-title" style="wi
9696 {{ range $facet := $item.Params.facets }}
9797 {{ if $facet.hide }}
9898 {{ else }}
99- < span style ="background-color: #005aa7; color: #ffffff; "
100- class ="mr-1 mb-2 px-2 py-1 mx-1 "> {{$facet.label}}</ span >
99+ < span class ="highlight-red-sm m-1 "> {{$facet.label}}</ span >
101100 {{ end }}
102101 {{end}}
103102 </ div >
Original file line number Diff line number Diff line change @@ -22,19 +22,19 @@ <h4 class="mb-4 mx-1" style="color: #005aa7;">
2222
2323 {{ $facet := .Get "tag1" }}
2424 {{ if $facet }}
25- < span style =" background-color: #005aa7; color: #ffffff; " class ="mr-1 mb-2 px-2 py-1 mx -1 ">
25+ < span class ="highlight-red-sm m -1 ">
2626 {{ $facet }}
2727 </ span >
2828 {{ end }}
2929 {{ $facet := .Get "tag2" }}
3030 {{ if $facet }}
31- < span style =" background-color: #005aa7; color: #ffffff; " class ="mr-1 mb-2 px-2 py-1 mx -1 ">
31+ < span class ="highlight-red-sm m -1 ">
3232 {{ $facet }}
3333 </ span >
3434 {{ end }}
3535 {{ $facet := .Get "tag3" }}
3636 {{ if $facet }}
37- < span style =" background-color: #005aa7; color: #ffffff; " class ="mr-1 mb-2 px-2 py-1 mx -1 ">
37+ < span class ="highlight-red-sm m -1 ">
3838 {{ $facet }}
3939 </ span >
4040 {{ end }}
You can’t perform that action at this time.
0 commit comments