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

@@ -211,7 +211,7 @@ async function rename() {
.stash {
width: 100%;
border-radius: .25rem;
background: var(--background);
background: var(--background-base);
box-shadow: 0 0 3px var(--shadow-weak-30);
&:hover {
@@ -222,7 +222,7 @@ async function rename() {
.stash-header {
display: flex;
align-items: stretch;
border-bottom: solid 1px var(--shadow-weak-30);
border-bottom: solid 1px var(--glass-weak-30);
font-weight: bold;
}
@@ -230,11 +230,11 @@ async function rename() {
display: flex;
height: 100%;
padding: 0 .75rem;
fill: var(--shadow);
fill: var(--glass);
&:hover {
cursor: pointer;
fill: var(--shadow-strong-30);
fill: var(--glass-strong-30);
}
}
@@ -268,7 +268,7 @@ async function rename() {
.icon {
margin-right: .5rem;
fill: var(--shadow);
fill: var(--glass);
}
&:hover {
@@ -283,7 +283,7 @@ async function rename() {
.icon.private {
display: flex;
height: auto;
fill: var(--shadow-weak-20);
fill: var(--glass-weak-20);
padding-left: .5rem;
}
@@ -295,7 +295,7 @@ async function rename() {
.icon {
display: flex;
margin-right: .75rem;
fill: var(--shadow);
fill: var(--glass);
}
&.remove {