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

@@ -332,7 +332,7 @@ async function removeAlert(alert) {
align-items: center;
padding: .5rem 1rem;
color: var(--highlight-strong-30);
background: var(--grey-dark-40);
background: var(--shadow-strong-30);
border-radius: 0 0 .5rem .5rem;
}
@@ -398,10 +398,10 @@ async function removeAlert(alert) {
padding: 0 0 0 .5rem;
display: flex;
align-items: stretch;
border-bottom: solid 1px var(--shadow-weak-40);
border-bottom: solid 1px var(--glass-weak-40);
&:hover {
border-color: var(--shadow-weak-30);
border-color: var(--glass-weak-30);
}
}
@@ -412,11 +412,11 @@ async function removeAlert(alert) {
margin-right: .75rem;
.icon {
fill: var(--shadow-weak-40);
fill: var(--glass-weak-40);
}
.icon.trigger {
fill: var(--shadow-weak-10);
fill: var(--glass-weak-10);
}
}
@@ -424,7 +424,7 @@ async function removeAlert(alert) {
padding: .25rem 0;
flex-grow: 1;
line-height: 2.5;
color: var(--shadow);
color: var(--glass);
&.and .alert-detail:not(:last-child):after {
content: ' and ';
@@ -440,7 +440,7 @@ async function removeAlert(alert) {
.icon {
margin-right: .25rem;
fill: var(--shadow);
fill: var(--glass);
transform: translateY(2px);
}
}
@@ -474,12 +474,12 @@ async function removeAlert(alert) {
display: flex;
align-items: center;
font-size: .9rem;
color: var(--shadow-weak-10);
color: var(--glass-weak-10);
.icon {
height: 100%;
padding: 0 .75rem;
fill: var(--shadow);
fill: var(--glass);
&:hover {
cursor: pointer;