mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-01 15:54:53 +00:00
Remove "Shaded" URLs for clicked links site wide.
This commit is contained in:

committed by
Jonathan S. Katz

parent
aabea83c05
commit
f13fc8ae9b
@ -109,7 +109,7 @@ a, .news a {
|
||||
transition: color .2s ease-in-out;
|
||||
}
|
||||
|
||||
a:hover, a:active, #pgContentWrap a:visited, .feature a:visited {
|
||||
a:hover, a:active {
|
||||
color: #193145;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user