mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-05 16:39:49 +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 {
|
||||
border-bottom: 1px dotted #03a9f4;
|
||||
border-bottom: 1px dotted $blueAccentColor;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
|
@ -18,6 +18,10 @@ body {
|
|||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $blueAccentColor;
|
||||
}
|
||||
|
||||
main,
|
||||
#content,
|
||||
.valign-wrapper {
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
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