Added dark theme. Fixed actor country aggregation.

This commit is contained in:
2024-06-10 03:24:48 +02:00
parent 255dd48af6
commit 69cefa57ff
38 changed files with 299 additions and 153 deletions

View File

@@ -568,14 +568,14 @@ function selectStash(selectedStash) {
flex-shrink: 0;
width: 3.5rem;
font-size: .9rem;
color: var(--shadow);
color: var(--glass);
&.item-logic {
width: 2.75rem;
}
.icon {
fill: var(--shadow);
fill: var(--glass);
}
}
@@ -586,11 +586,11 @@ function selectStash(selectedStash) {
flex-grow: 1;
gap: .5rem 0;
padding: .5rem 0;
border-bottom: solid 1px var(--shadow-weak-40);
border-bottom: solid 1px var(--glass-weak-40);
&.or .field-item::before,
&.and .field-item::before {
color: var(--shadow);
color: var(--glass);
padding: 0 .5rem;
}
@@ -621,7 +621,7 @@ function selectStash(selectedStash) {
right: -.5rem;
padding: .2rem;
border-radius: 1rem;
fill: var(--shadow);
fill: var(--glass);
background: var(--background);
box-shadow: 0 0 3px var(--shadow-weak-20);
@@ -681,7 +681,7 @@ function selectStash(selectedStash) {
display: flex;
justify-content: space-between;
padding: .5rem 1rem;
border-bottom: solid 1px var(--shadow-weak-40);
border-bottom: solid 1px var(--glass-weak-40);
}
.field-items {