# HG changeset patch # User Marcin Lulek # Date 2016-08-29 08:44:47 # Node ID 0122e338084eef97ad905c4d6697f1ef6dbd4a71 # Parent e3c25eda566422bec40deab7f7866119721c569d notifications: override material design colors with our colors diff --git a/rhodecode/public/css/polymer.less b/rhodecode/public/css/polymer.less --- a/rhodecode/public/css/polymer.less +++ b/rhodecode/public/css/polymer.less @@ -7,3 +7,10 @@ @import 'variables'; @import 'type'; @import 'buttons'; + +:root { + --primary-color: @rcblue; + --light-primary-color: @rclightblue; + --dark-primary-color: @rcdarkblue; + --primary-text-color: @grey2; +} diff --git a/rhodecode/templates/admin/my_account/my_account_notifications.html b/rhodecode/templates/admin/my_account/my_account_notifications.html --- a/rhodecode/templates/admin/my_account/my_account_notifications.html +++ b/rhodecode/templates/admin/my_account/my_account_notifications.html @@ -1,5 +1,5 @@