mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +00:00
opt: link style in the welcomepage
This commit is contained in:
parent
bee5206085
commit
e35dc22467
|
@ -8,7 +8,7 @@ body {
|
|||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: darkblue;
|
||||
color: #18a3fa;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
|
|
@ -6,11 +6,6 @@ body {
|
|||
background: white;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: darkblue;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ body {
|
|||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: darkblue;
|
||||
color: #18a3fa;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
|
|
Loading…
Reference in a new issue