Fix breadcrumb link style (#67)

This commit is contained in:
Geometrically
2023-06-12 19:42:30 -07:00
committed by GitHub
parent 4f74b3fafe
commit 4131ad5016
2 changed files with 16 additions and 7 deletions

View File

@@ -899,13 +899,22 @@ select {
border: 1px solid #000000; border: 1px solid #000000;
} }
.text-link { .goto-link {
color: var(--color-blue); display: flex;
text-decoration: none; align-items: center;
gap: 3px;
&:hover { color: var(--color-blue);
text-decoration: underline; }
}
.goto-link:hover,
.goto-link:focus-visible {
filter: brightness(1.1);
text-decoration: underline;
}
.goto-link:active {
filter: brightness(1.2);
} }
.multiselect { .multiselect {

View File

@@ -1,7 +1,7 @@
{ {
"name": "omorphia", "name": "omorphia",
"type": "module", "type": "module",
"version": "0.4.26", "version": "0.4.27",
"files": [ "files": [
"dist", "dist",
"lib" "lib"