Use a darker accent colour on light backgrounds.

For non-bold text.
This commit is contained in:
Oliver Hamlet
2014-12-28 18:39:00 +00:00
parent f6f0d12e32
commit 74a2072a9a
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -37,7 +37,7 @@ paper-button[autofocus] {
cursor: move;
}
a {
color: #64B5F6;
color: #2196F3;
text-decoration: none;
}
a:hover {
@@ -65,7 +65,7 @@ core-toolbar > a {
top: -3px;
}
#applySortButton {
color: #64B5F6;
color: #2196F3;
background-color: white;
}
@@ -153,7 +153,7 @@ li.warn {
background:#FFDD55;
}
.version {
color:#6394F8;
color:#2196F3;
}
.crc {
color:#BC8923;
@@ -31,7 +31,7 @@ it a <select>-like API. This means:
/* LOOT-specific overrides */
::content .core-selected {
color: #64B5F6;
color: #2196F3;
background-color: inherit;
}
:host(.dark) paper-dropdown-menu {