add back button

This commit is contained in:
Alejandro Gomez
2023-01-26 08:25:05 +01:00
parent dd1a556eac
commit d60b636d34
6 changed files with 69 additions and 2 deletions

View File

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