opt: link style in the welcomepage

This commit is contained in:
YiFang Xiao 2023-12-21 11:36:58 +08:00
parent bee5206085
commit e35dc22467
3 changed files with 2 additions and 7 deletions

View file

@ -8,7 +8,7 @@ body {
a { a {
text-decoration: none; text-decoration: none;
color: darkblue; color: #18a3fa;
} }
a:hover { a:hover {

View file

@ -6,11 +6,6 @@ body {
background: white; background: white;
} }
a {
text-decoration: none;
color: darkblue;
}
a:hover { a:hover {
text-decoration: underline; text-decoration: underline;
} }

View file

@ -9,7 +9,7 @@ body {
a { a {
text-decoration: none; text-decoration: none;
color: darkblue; color: #18a3fa;
} }
a:hover { a:hover {