Skip to content

Commit 426a4b2

Browse files
committed
Change tags to new color setup
1 parent af81869 commit 426a4b2

File tree

5 files changed

+7
-16
lines changed

5 files changed

+7
-16
lines changed

assets/scss/_custom.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@
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;

layouts/algoprudence/repository.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

layouts/events/overview.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

layouts/knowledge-platform/overview.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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>

layouts/shortcodes/accordion_item_open.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)