mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-25 00:50:29 +00:00
Merge pull request #4346 from wallabag/add-color-coherence
🎨 Added more coherence with color links for material theme
This commit is contained in:
commit
b367534991
4 changed files with 7 additions and 3 deletions
|
@ -54,7 +54,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
border-bottom: 1px dotted #03a9f4;
|
border-bottom: 1px dotted $blueAccentColor;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,10 @@ body {
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: $blueAccentColor;
|
||||||
|
}
|
||||||
|
|
||||||
main,
|
main,
|
||||||
#content,
|
#content,
|
||||||
.valign-wrapper {
|
.valign-wrapper {
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
Variables
|
Variables
|
||||||
========================================================================== */
|
========================================================================== */
|
||||||
|
|
||||||
$blueAccentColor: rgba(0, 151, 167, 0.85);
|
$blueAccentColor: #00acc1;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue