site: apply principles from ISEAL branding guidelines

The ISEAL Branding Guidelines Version 3.0 (June 2021) say we should
use Arial font for online material and it specifies the RGB values
to use for headings, sub-headings, and body text. It also specifies
four secondary colors to be used in support of the primary colors.
This commit is contained in:
2021-12-01 14:05:48 +02:00
parent 8aef2a0a20
commit 71bcd1092c
3 changed files with 26 additions and 11 deletions

View File

@ -6,7 +6,7 @@
<span class="">{{ .Params.title | markdownify }}</span>
{{- with .Params.required -}}
<div class="badge-required">
<span class="badge bg-primary align-middle">Required</span>
<span class="badge align-middle">Required</span>
</div>
{{- end -}}
</th>