1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-09 07:25:23 +02:00

Attachment Colour change from green to blue

This commit is contained in:
EnesAlili 2016-06-22 17:40:14 +01:00
parent 3664125fe2
commit ed9811d8c9
2 changed files with 4 additions and 3 deletions

View file

@ -1,11 +1,11 @@
// Copyright 2016 Documize Inc. <legal@documize.com>. All rights reserved. // Copyright 2016 Documize Inc. <legal@documize.com>. 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 // GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html
// //
// You can operate outside the AGPL restrictions by purchasing // You can operate outside the AGPL restrictions by purchasing
// Documize Enterprise Edition and obtaining a commercial license // Documize Enterprise Edition and obtaining a commercial license
// by contacting <sales@documize.com>. // by contacting <sales@documize.com>.
// //
// https://documize.com // https://documize.com
@ -41,7 +41,7 @@ body {
} }
a { a {
color: $color-link; color: $color-attachment;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;

View file

@ -14,6 +14,7 @@ $color-black: #000000;
$color-white: #ffffff; $color-white: #ffffff;
$color-primary: #084d85; $color-primary: #084d85;
$color-link: #5abc67; $color-link: #5abc67;
$color-attachment: #2180cc;
$color-red: #d9493c; $color-red: #d9493c;
$color-green: #5abc67; $color-green: #5abc67;
$color-blue: #084d85; $color-blue: #084d85;