mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 19:43:11 -04:00
try overriding default govuk-frontend font weight
This commit is contained in:
@@ -34,6 +34,11 @@ $path: '/static/images/';
|
|||||||
// Dependencies from GOV.UK Frontend, packaged to be specific to this application
|
// Dependencies from GOV.UK Frontend, packaged to be specific to this application
|
||||||
@import './govuk-frontend/all';
|
@import './govuk-frontend/all';
|
||||||
|
|
||||||
|
// Custom overrides
|
||||||
|
.govuk-link {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
// Specific to this application
|
// Specific to this application
|
||||||
@import 'local/typography';
|
@import 'local/typography';
|
||||||
@import 'grids';
|
@import 'grids';
|
||||||
|
|||||||
@@ -37,5 +37,4 @@ def check_axe_report(page):
|
|||||||
assert violation["impact"] in [
|
assert violation["impact"] in [
|
||||||
"minor",
|
"minor",
|
||||||
"moderate",
|
"moderate",
|
||||||
"serious",
|
|
||||||
], f"Accessibility violation: {violation}"
|
], f"Accessibility violation: {violation}"
|
||||||
|
|||||||
Reference in New Issue
Block a user