Added dark theme. Fixed actor country aggregation.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user