From 716ab81ee4a53719ec9e55576665a4efd27b68c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Thu, 29 Apr 2021 15:35:17 +0200 Subject: [PATCH] Remove obsolete styles These styles aren't necessary since commit aabf8493f. Now the "Go back" link in the budgets section can use the same color as in the other sections, while the other texts inherit the usual colors. --- app/assets/stylesheets/participation.scss | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/app/assets/stylesheets/participation.scss b/app/assets/stylesheets/participation.scss index 5c48631ec..9869f18b4 100644 --- a/app/assets/stylesheets/participation.scss +++ b/app/assets/stylesheets/participation.scss @@ -1235,16 +1235,6 @@ margin-bottom: 0; } - h1, - h2, - h3, - .back, - .icon-angle-left, - p, - a { - color: $text; - } - .tagline { display: block; font-size: $small-font-size;