diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/ffxiv-gil-making.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/styles/ffxiv-gil-making.css b/src/styles/ffxiv-gil-making.css index e736a85..711b873 100644 --- a/src/styles/ffxiv-gil-making.css +++ b/src/styles/ffxiv-gil-making.css @@ -8,3 +8,11 @@ color: darkgoldenrod; } +.no-underline { + color: inherit; + text-decoration: none; +} + +.no-underline:hover { + text-decoration: underline; +}
\ No newline at end of file |
