Added dark theme. Fixed actor country aggregation.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Teleport to="body">
|
||||
<Teleport to="#container">
|
||||
<div
|
||||
class="dialog-container"
|
||||
@click="emit('close')"
|
||||
@@ -55,7 +55,7 @@ onMounted(() => emit('open'));
|
||||
|
||||
.dialog-description {
|
||||
margin: 0 0 .5rem 0;
|
||||
color: var(--shadow-strong-10);
|
||||
color: var(--glass-strong-10);
|
||||
font-size: .9rem;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user