diff --git a/assets/oag.css b/assets/oag.css index 5b64b3e..933c4b9 100644 --- a/assets/oag.css +++ b/assets/oag.css @@ -15,9 +15,9 @@ /* OAG Report type label colors */ --oag-report-01: #852828; - --oag-report-02: #977E42; + --oag-report-02: #8C7337; --oag-report-03: #005e59; - --oag-report-04: #6c8a5a; + --oag-report-04: #617f4f; /* OAG Neutral colors */ --oag-neutral-01: #ebd9ab; @@ -736,7 +736,7 @@ &[data-report-type='special-examinations'], &[data-report-type='other-products'] { background: var(--oag-report-02); - color: #333; + color: #fff; } ~ time { @@ -989,8 +989,8 @@ .form-group > label, fieldset > legend { /* Label styling for filter fields */ - color: var(--oag-default-border-color); - font-weight: 100; + color: var(--oag-footer); + font-weight: 300; font-size: .85em; } diff --git a/examples/content-fr.html b/examples/content-fr.html index 74cd6ff..4af55eb 100644 --- a/examples/content-fr.html +++ b/examples/content-fr.html @@ -137,7 +137,9 @@
Libellé Auditor general reports
Libellé Rapports du commissaire à l'environnement et au développement durable
Libellé Rapports des assemblées législatives du Nord
-Libellé Rapports d’examen spécial des sociétés d’État
+Examens spéciaux
+Commentaires sur les audits financiers
+Autres produits
Auditor general reports label
Commissioner of the environment and sustainable development reports label
Northern legislative assembly reports label
-Special examinations of crown corporations
+Special examinations
+Commentaries on financial audits
+Other products
<p><span class="label label-default">Default label</span></p>
@@ -489,7 +491,9 @@ Labels
<p><span class="label label-default" data-report-type="auditor-general-reports">Auditor general reports label</span></p>
<p><span class="label label-default" data-report-type="commissioner-of-the-environment-and-sustainable-development-reports">Commissioner of the environment and sustainable development reports label</span></p>
<p><span class="label label-default" data-report-type="northern-legislative-assembly-reports">Northern legislative assembly reports label</span></p>
-<p><span class="label label-default" data-report-type="special-examinations-of-crown-corporations">Special examinations of crown corporations</span></p>
+<p><span class="label label-default" data-report-type="special-examinations">Special examinations</span></p>
+<p><span class="label label-default" data-report-type="commentaries-on-financial-audits">Commentaries on financial audits</span></p>
+<p><span class="label label-default" data-report-type="other-products">Other products</span></p>