mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-08-13 23:01:01 +00:00
fix(about): fix link color issue on about page (#566)
Questions: - Why are markdown styles split into `about-content` and `info-content-text`? - Why is `about-content` defined both globally and inside the Vue component?
This commit is contained in:
@@ -190,11 +190,13 @@ body {
|
|||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.about-content a,
|
||||||
.info-content-text a {
|
.info-content-text a {
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.about-content a:hover,
|
||||||
.info-content-text a:hover {
|
.info-content-text a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user