Skip to content

Commit

Permalink
Added more coherence with color links for material theme
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosomb committed Apr 21, 2020
1 parent 2ca2ed3 commit 5586517
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Resources/static/themes/material/css/article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}

a {
border-bottom: 1px dotted #03a9f4;
border-bottom: 1px dotted $blueAccentColor;
text-decoration: none;
}

Expand Down
4 changes: 4 additions & 0 deletions app/Resources/static/themes/material/css/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ body {
border-bottom: 1px solid #ddd;
}

a {
color: $blueAccentColor;
}

main,
#content,
.valign-wrapper {
Expand Down
2 changes: 1 addition & 1 deletion app/Resources/static/themes/material/css/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Variables
========================================================================== */

$blueAccentColor: rgba(0, 151, 167, 0.85);
$blueAccentColor: #00acc1;
2 changes: 1 addition & 1 deletion web/wallassets/material.css

Large diffs are not rendered by default.

0 comments on commit 5586517

Please sign in to comment.