New icons, changed how we color them
This commit is contained in:
@@ -66,14 +66,14 @@ export default {
|
|||||||
span,
|
span,
|
||||||
.navigation-icon {
|
.navigation-icon {
|
||||||
color: var(--text-color);
|
color: var(--text-color);
|
||||||
stroke: var(--text-color);
|
fill: var(--text-color);
|
||||||
stroke-width: 2px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
margin-top: 0.25rem;
|
||||||
color: var(--text-color-70);
|
color: var(--text-color-70);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -84,7 +84,7 @@ a {
|
|||||||
|
|
||||||
.navigation-icon {
|
.navigation-icon {
|
||||||
width: 28px;
|
width: 28px;
|
||||||
stroke: var(--text-color-70);
|
fill: var(--text-color-70);
|
||||||
transition: inherit;
|
transition: inherit;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user