summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/common.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/common.scss')
-rw-r--r--app/assets/stylesheets/framework/common.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 0aae2f20671..211e1e30161 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -5,7 +5,7 @@
.cgreen { color: $green-600; }
.cdark { color: $common-gray-dark; }
-.fwhite { fill: $white-light; }
+.fwhite { fill: $white; }
.fgray { fill: $gray-700; }
.text-plain,
@@ -207,10 +207,10 @@ li.note {
padding: 10px;
background: $red-400;
margin: 0;
- color: $white-light;
+ color: $white;
a {
- color: $white-light;
+ color: $white;
text-decoration: underline;
}
}