mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-14 11:17:52 +08:00
_website: Don't use a different color for visited links.
This commit is contained in:
parent
dff7d7b796
commit
d98e6fd6aa
|
@ -19,16 +19,9 @@ img {
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #0645ad;
|
color: #0645ad;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
|
||||||
color: #0b0080;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Top-level elements.
|
* Top-level elements.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user