aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/article.scss
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-21 17:25:52 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2020-04-21 17:30:39 +0200
commit558651783ac23043279c55f8dbfeea782578e9db (patch)
tree401ae0e7f837237c43990dfea2c73cedcedd8e12 /app/Resources/static/themes/material/css/article.scss
parent2ca2ed39fd9bcaa212185ce4434cea44f3d2f4ba (diff)
downloadwallabag-558651783ac23043279c55f8dbfeea782578e9db.tar.gz
wallabag-558651783ac23043279c55f8dbfeea782578e9db.tar.zst
wallabag-558651783ac23043279c55f8dbfeea782578e9db.zip
Added more coherence with color links for material theme
Diffstat (limited to 'app/Resources/static/themes/material/css/article.scss')
-rw-r--r--app/Resources/static/themes/material/css/article.scss2
1 files changed, 1 insertions, 1 deletions
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 @@
54 } 54 }
55 55
56 a { 56 a {
57 border-bottom: 1px dotted #03a9f4; 57 border-bottom: 1px dotted $blueAccentColor;
58 text-decoration: none; 58 text-decoration: none;
59 } 59 }
60 60