Added dark theme. Fixed actor country aggregation.
This commit is contained in:
@@ -42,7 +42,7 @@ const emit = defineEmits(['country']);
|
||||
|
||||
<style scoped>
|
||||
.countries:not(:last-child) {
|
||||
border-bottom: solid 1px var(--shadow-weak-30);
|
||||
border-bottom: solid 1px var(--glass-weak-30);
|
||||
}
|
||||
|
||||
.country {
|
||||
@@ -57,7 +57,7 @@ const emit = defineEmits(['country']);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: var(--shadow-weak-30);
|
||||
background: var(--glass-weak-30);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@@ -78,7 +78,7 @@ const emit = defineEmits(['country']);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: .5rem;
|
||||
fill: var(--shadow);
|
||||
fill: var(--glass);
|
||||
|
||||
&:hover {
|
||||
fill: var(--error);
|
||||
|
||||
Reference in New Issue
Block a user