css: Tested in Chrome, fixed
This commit is contained in:
parent
75130a7cdb
commit
2b7861700b
1 changed files with 10 additions and 5 deletions
|
|
@ -114,8 +114,8 @@ a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration-color: var(--uchu-blue);
|
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
text-decoration-color: var(--uchu-blue);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -155,11 +155,16 @@ header {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: light-dark(var(--uchu-yin), var(--uchu-yang));
|
color: light-dark(var(--uchu-yin), var(--uchu-yang));
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
&:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
text-decoration-color: var(--uchu-blue);
|
text-decoration-color: var(--uchu-blue);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.active {
|
||||||
|
text-decoration: underline;
|
||||||
|
text-decoration-color: var(--uchu-blue);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue