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;
|
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 {
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user