mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Use a darker accent colour on light backgrounds.
For non-bold text.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user