From 9459c23dc1bbe83f2dc9abe73544af50ce81d0f6 Mon Sep 17 00:00:00 2001 From: Brad Simpson Date: Tue, 3 Dec 2024 14:49:57 -0700 Subject: [PATCH] Remove AAT note --- .github/pull_request_template.md | 2 +- less/_defaults/_colors.less | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 750a6928..f6411199 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,7 +8,7 @@ * A sentence describing each fix ### Update -* A sentence describing each udpate +* A sentence describing each update ### New * A sentence describing each new feature diff --git a/less/_defaults/_colors.less b/less/_defaults/_colors.less index bbee487c..7ec7a550 100644 --- a/less/_defaults/_colors.less +++ b/less/_defaults/_colors.less @@ -13,11 +13,6 @@ @transparent-light: transparent; @transparent-dark: transparent; -// Note: If customising a theme for the Authoring Tool please update the -// corresponding default value for that variable in the properties.schema file. -// This is to stop any amended variables below being overwritten by -// the Theme Picker in the Authoring Tool. - // Body, link, and heading colour // -------------------------------------------------- @body-background-color: @white;