From 7381a2ec5c4d2fa5324e8927e81f858b11005ce7 Mon Sep 17 00:00:00 2001 From: Julius Haertl Date: Sun, 5 Mar 2017 22:38:59 +0100 Subject: Replace old color occurences with calculations Signed-off-by: Julius Haertl --- core/css/share.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/css/share.scss') diff --git a/core/css/share.scss b/core/css/share.scss index 4a1119222c1..0e6eb3ccf8b 100644 --- a/core/css/share.scss +++ b/core/css/share.scss @@ -144,7 +144,7 @@ a { } #link { - border-top: 1px solid $color-main-old-dddddd; + border-top: 1px solid nc-lighten($color-main-text, 86%); padding-top: 8px; #showPassword img { padding-left: 5px; -- cgit v1.2.3