1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
.eorzeadb_link { color: goldenrod; text-decoration: none; position: relative; } .eorzeadb_link:hover { color: darkgoldenrod; } .no-underline { color: inherit; text-decoration: none; } .no-underline:hover { text-decoration: underline; }
[PATCH repo_name]