From a8e8a1ecece83752a04285afdd892a911ba1ab6c Mon Sep 17 00:00:00 2001 From: Angus McLeod Date: Thu, 30 Apr 2020 19:35:12 +1000 Subject: [PATCH] Revert "Add underline to wizard titles" This reverts commit da6d7a788b969d33d262678fca17274d2b50f877. --- assets/stylesheets/wizard/wizard_custom.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/assets/stylesheets/wizard/wizard_custom.scss b/assets/stylesheets/wizard/wizard_custom.scss index ec7ae528..1750d37f 100644 --- a/assets/stylesheets/wizard/wizard_custom.scss +++ b/assets/stylesheets/wizard/wizard_custom.scss @@ -31,12 +31,6 @@ p { margin: 0 0 0.5em 0; - background-image: linear-gradient(180deg, transparent 95%, #08c 0); - background-repeat: no-repeat; - background-color: initial; - padding: 0px; - background-size: 100% 100%; - text-decoration: none; } }