Fix link style (#49)

This commit is contained in:
Geometrically
2023-05-06 14:20:13 -07:00
committed by GitHub
parent 5fde3c53b8
commit b85ddd1a53
5 changed files with 39 additions and 7 deletions

View File

@@ -841,3 +841,12 @@ select {
color: #000000;
border: 1px solid #000000;
}
.text-link {
color: var(--color-blue);
text-decoration: none;
&:hover {
text-decoration: underline;
}
}