Files
snort/packages/app/src/Element/BackButton.css
2023-03-04 12:18:21 -06:00

24 lines
370 B
CSS

.back-button {
background: none;
padding: 0;
color: var(--highlight);
font-weight: 400;
font-size: var(--font-size);
display: flex;
align-items: center;
}
.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;
}