1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-09 15:35:27 +02:00

Merge branch 'master' into customer-improvements

This commit is contained in:
Harvey Kandola 2016-06-22 09:40:48 -07:00
commit e268256a86
2 changed files with 4 additions and 3 deletions

View file

@ -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;