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