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

@@ -41,10 +41,10 @@ const { env } = pageContext;
display: inline-flex;
align-items: center;
padding: .5rem 1rem;
color: var(--shadow);
color: var(--glass);
&:not(:first-child) {
border-left: solid 1px var(--shadow-weak-30);
border-left: solid 1px var(--glass-weak-30);
}
}
@@ -59,6 +59,6 @@ const { env } = pageContext;
.discord .icon {
height: 1.25rem;
width: 3.5rem;
fill: var(--shadow-strong-10);
fill: var(--glass-strong-10);
}
</style>