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

@@ -251,14 +251,14 @@ function getPath(page) {
margin-bottom: 1rem;
background: var(--background);
box-shadow: 0 0 3px var(--shadow-weak-30);
color: var(--shadow);
color: var(--glass);
font-weight: bold;
font-size: 1rem;
.icon {
width: .9rem;
height: .9rem;
fill: var(--shadow);
fill: var(--glass);
}
&.active {
@@ -267,7 +267,7 @@ function getPath(page) {
}
&.disabled .icon {
fill: var(--shadow-weak-20);
fill: var(--glass-weak-20);
}
}
@@ -282,7 +282,7 @@ function getPath(page) {
.more {
padding: 2rem;
text-align: center;
color: var(--shadow-strong-10);
color: var(--glass-strong-10);
font-size: 1.1rem;
}