You've already forked AstralRinth
forked from didirus/AstralRinth
Fix breadcrumb link style (#67)
This commit is contained in:
@@ -899,13 +899,22 @@ select {
|
||||
border: 1px solid #000000;
|
||||
}
|
||||
|
||||
.text-link {
|
||||
color: var(--color-blue);
|
||||
text-decoration: none;
|
||||
.goto-link {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 3px;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
color: var(--color-blue);
|
||||
}
|
||||
|
||||
.goto-link:hover,
|
||||
.goto-link:focus-visible {
|
||||
filter: brightness(1.1);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.goto-link:active {
|
||||
filter: brightness(1.2);
|
||||
}
|
||||
|
||||
.multiselect {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "omorphia",
|
||||
"type": "module",
|
||||
"version": "0.4.26",
|
||||
"version": "0.4.27",
|
||||
"files": [
|
||||
"dist",
|
||||
"lib"
|
||||
|
||||
Reference in New Issue
Block a user