From eaeea5dd5edf1e2d29381a9959e3aeb73e3b74ee Mon Sep 17 00:00:00 2001 From: Volker E Date: Wed, 18 Oct 2017 19:49:01 -0700 Subject: [PATCH] Replace unique color with standard subtle print color Replacing `#9aa0a7` with standard subtle `#999` print color. Also clarfiying LESS variable naming and removing unused variable `@printBorderColorLight`. Change-Id: I2c1b36099935aa99d63a3316b3a107a23ffa0afd --- minerva.less/minerva.variables.less | 8 ++++---- resources/skins.minerva.base.styles/print/article.less | 2 +- resources/skins.minerva.base.styles/print/footer.less | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/minerva.less/minerva.variables.less b/minerva.less/minerva.variables.less index 968e3eb..e2590ee 100644 --- a/minerva.less/minerva.variables.less +++ b/minerva.less/minerva.variables.less @@ -104,9 +104,9 @@ @notificationBackgroundUnread: @colorDestructive; @notificationColorUnread: #fff; -// Print specific -@printBorderColor: #9aa0a7; -@printBorderColorLight: @colorGray12; - // z-index: @z-indexOverlay: 1; + +// Print specific +@colorPrintSubtle: #999; +@borderColorPrint: #999; diff --git a/resources/skins.minerva.base.styles/print/article.less b/resources/skins.minerva.base.styles/print/article.less index 1cd67b5..dca999c 100644 --- a/resources/skins.minerva.base.styles/print/article.less +++ b/resources/skins.minerva.base.styles/print/article.less @@ -68,7 +68,7 @@ display: block; width: 55px; height: @dividerHeight; - background: @printBorderColor; + background: @borderColorPrint; } .thumbcaption { diff --git a/resources/skins.minerva.base.styles/print/footer.less b/resources/skins.minerva.base.styles/print/footer.less index e73ed97..aae452e 100644 --- a/resources/skins.minerva.base.styles/print/footer.less +++ b/resources/skins.minerva.base.styles/print/footer.less @@ -49,7 +49,7 @@ .license a, .license { font-size: 30px; - color: @printBorderColor; + color: @colorPrintSubtle; font-weight: normal; } }