mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-05 23:18:47 +00:00
Added more coherence with color links for material theme
This commit is contained in:
parent
2ca2ed39fd
commit
558651783a
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