aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/material')
-rw-r--r--app/Resources/static/themes/material/css/article.scss2
-rwxr-xr-xapp/Resources/static/themes/material/css/layout.scss4
-rw-r--r--app/Resources/static/themes/material/css/variables.scss2
3 files changed, 6 insertions, 2 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
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 {
18 border-bottom: 1px solid #ddd; 18 border-bottom: 1px solid #ddd;
19} 19}
20 20
21a {
22 color: $blueAccentColor;
23}
24
21main, 25main,
22#content, 26#content,
23.valign-wrapper { 27.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 @@
2 Variables 2 Variables
3 ========================================================================== */ 3 ========================================================================== */
4 4
5$blueAccentColor: rgba(0, 151, 167, 0.85); 5$blueAccentColor: #00acc1;