From 13c33a8ca395423928ebe3adc65ee62ab55bdf03 Mon Sep 17 00:00:00 2001 From: Anna Dulfan Date: Thu, 27 Feb 2020 16:56:31 -0500 Subject: [PATCH] # 1. If applied, this commit will... # 2. Explain why this change is being made # 3. Provide links to any relevant issues, articles or other resources #-----------------------------------------------@----------------------# # # 1. Commit summary. Keep it under 50 characters. @-symbol above is a # marker for that. Don't end it with a period. Imperative mood. # # 2. Description of commit should explain WHY a change was made and # lines should be wrapped to 72 characters; marked by the #-symbol. # # 3. Optionally, reference a GH issue number or other links. # # For more tips: http://chris.beams.io/posts/git-commit # --- src/App.less | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/App.less b/src/App.less index b94f5b3fe..0a86ee9a0 100644 --- a/src/App.less +++ b/src/App.less @@ -160,10 +160,7 @@ body { a, .a-btn__link { - font-family: @webfont-medium; - color: @link-text; - &:hover { color: @link-text-hover; }