snort/packages/app/src/Element/BackButton.css

22 lines
330 B
CSS
Raw Normal View History

2023-01-26 07:25:05 +00:00
.back-button {
background: none;
padding: 0;
color: var(--highlight);
font-weight: 400;
font-size: var(--font-size);
}
.back-button svg {
margin-right: 0.5em;
2023-01-26 07:25:05 +00:00
}
.back-button:hover {
text-decoration: underline;
}
.back-button:hover {
background: none;
color: var(--font-color);
text-decoration: underline;
}