Added dark theme. Fixed actor country aggregation.
This commit is contained in:
@@ -130,7 +130,7 @@ async function search() {
|
||||
.icon {
|
||||
padding: 0 1rem;
|
||||
height: auto;
|
||||
fill: var(--shadow);
|
||||
fill: var(--glass);
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
@@ -153,7 +153,7 @@ async function search() {
|
||||
.section-label {
|
||||
padding: 0 1rem;
|
||||
margin-bottom: .5rem;
|
||||
color: var(--shadow);
|
||||
color: var(--glass);
|
||||
}
|
||||
|
||||
.network {
|
||||
@@ -164,7 +164,7 @@ async function search() {
|
||||
position: relative;
|
||||
padding: 1rem;
|
||||
border-radius: .5rem;
|
||||
background: var(--grey-dark-40);
|
||||
background: var(--shadow-strong-30);
|
||||
color: var(--text-light);
|
||||
font-size: 1.25rem;
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user