From 558651783ac23043279c55f8dbfeea782578e9db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 21 Apr 2020 17:25:52 +0200 Subject: Added more coherence with color links for material theme --- app/Resources/static/themes/material/css/article.scss | 2 +- app/Resources/static/themes/material/css/layout.scss | 4 ++++ app/Resources/static/themes/material/css/variables.scss | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/Resources/static/themes/material/css/article.scss b/app/Resources/static/themes/material/css/article.scss index a1c6810e..baa00372 100644 --- a/app/Resources/static/themes/material/css/article.scss +++ b/app/Resources/static/themes/material/css/article.scss @@ -54,7 +54,7 @@ } a { - border-bottom: 1px dotted #03a9f4; + border-bottom: 1px dotted $blueAccentColor; text-decoration: none; } diff --git a/app/Resources/static/themes/material/css/layout.scss b/app/Resources/static/themes/material/css/layout.scss index 56c805ef..a8100189 100755 --- a/app/Resources/static/themes/material/css/layout.scss +++ b/app/Resources/static/themes/material/css/layout.scss @@ -18,6 +18,10 @@ body { border-bottom: 1px solid #ddd; } +a { + color: $blueAccentColor; +} + main, #content, .valign-wrapper { diff --git a/app/Resources/static/themes/material/css/variables.scss b/app/Resources/static/themes/material/css/variables.scss index 25e22aca..fb0f0bb1 100644 --- a/app/Resources/static/themes/material/css/variables.scss +++ b/app/Resources/static/themes/material/css/variables.scss @@ -2,4 +2,4 @@ Variables ========================================================================== */ -$blueAccentColor: rgba(0, 151, 167, 0.85); +$blueAccentColor: #00acc1; -- cgit v1.2.3