snort/packages/app/src/Element/BackButton.css
2023-02-14 14:27:40 +01:00

22 lines
330 B
CSS

.back-button {
background: none;
padding: 0;
color: var(--highlight);
font-weight: 400;
font-size: var(--font-size);
}
.back-button svg {
margin-right: 0.5em;
}
.back-button:hover {
text-decoration: underline;
}
.back-button:hover {
background: none;
color: var(--font-color);
text-decoration: underline;
}