New icons, changed how we color them

This commit is contained in:
2022-03-04 18:26:34 +01:00
parent d49285f1e2
commit 7ded50ea84

View File

@@ -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>