diff --git a/app/app/styles/base.scss b/app/app/styles/base.scss index 7b9820ac..218e79d1 100644 --- a/app/app/styles/base.scss +++ b/app/app/styles/base.scss @@ -1,11 +1,11 @@ // Copyright 2016 Documize Inc. . All rights reserved. // -// This software (Documize Community Edition) is licensed under +// This software (Documize Community Edition) is licensed under // GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html // // You can operate outside the AGPL restrictions by purchasing // Documize Enterprise Edition and obtaining a commercial license -// by contacting . +// by contacting . // // https://documize.com @@ -41,7 +41,7 @@ body { } a { - color: $color-link; + color: $color-attachment; text-decoration: none; cursor: pointer; diff --git a/app/app/styles/color.scss b/app/app/styles/color.scss index f6fcb110..4c72392b 100644 --- a/app/app/styles/color.scss +++ b/app/app/styles/color.scss @@ -14,6 +14,7 @@ $color-black: #000000; $color-white: #ffffff; $color-primary: #084d85; $color-link: #5abc67; +$color-attachment: #2180cc; $color-red: #d9493c; $color-green: #5abc67; $color-blue: #084d85;