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;
|
||||
|
||||
&:hover {
|
||||
text-decoration-color: var(--uchu-blue);
|
||||
text-decoration: underline;
|
||||
text-decoration-color: var(--uchu-blue);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -155,12 +155,17 @@ header {
|
|||
|
||||
a {
|
||||
color: light-dark(var(--uchu-yin), var(--uchu-yang));
|
||||
}
|
||||
|
||||
.active {
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
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