diff options
Diffstat (limited to 'src/styles/ffxiv-gil-making.css')
| -rw-r--r-- | src/styles/ffxiv-gil-making.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/styles/ffxiv-gil-making.css b/src/styles/ffxiv-gil-making.css new file mode 100644 index 0000000..711b873 --- /dev/null +++ b/src/styles/ffxiv-gil-making.css @@ -0,0 +1,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; +}
\ No newline at end of file |
