diff --git a/.github/labeler.yml b/.github/labeler.yml index 731d49ea7b..9a90dea7b1 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,12 +1,12 @@ -"Component: Frontend": +"codebase: frontend": - frontend/**/* -"Component: Backend": +"codebase: backend": - backend/**/* - tests/**/* - migrations/**/* - ./manage.py - ./pyproject.toml -"Component: Infrastructure": +"infrastructure": - .circleci/* - .github/**/* - scripts/aws/**/* @@ -20,5 +20,5 @@ - frontend/yarn.lock "python": - ./pyproject.toml -"Type: Translations": +"type: translations": - frontend/src/locales/* diff --git a/frontend/src/assets/styles/_extra.scss b/frontend/src/assets/styles/_extra.scss index 49359a7bc4..b5887bdfb5 100644 --- a/frontend/src/assets/styles/_extra.scss +++ b/frontend/src/assets/styles/_extra.scss @@ -616,3 +616,8 @@ a[href="https://www.mapbox.com/map-feedback/"] .link:focus { outline: revert; } + +// Override tachyons font-family for code tag +.code { + font-family: inherit; +}