Added dark theme. Fixed actor country aggregation.
This commit is contained in:
@@ -75,7 +75,8 @@ const emit = defineEmits(['update']);
|
||||
justify-content: center;
|
||||
box-sizing: border-box;
|
||||
border: none;
|
||||
color: var(--shadow);
|
||||
border-radius: 100%;
|
||||
color: var(--glass);
|
||||
background: var(--background);
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
@@ -89,7 +90,7 @@ const emit = defineEmits(['update']);
|
||||
}
|
||||
|
||||
.icon {
|
||||
fill: var(--shadow);
|
||||
fill: var(--glass);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user