diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-24 01:59:43 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-24 01:59:43 -0700 |
| commit | 16cfb642db302955bfde4ef79fcb9fd66114c5e5 (patch) | |
| tree | 4d904c773990c2a348346700bf7121536cf04d0e /src/styles/ffxiv-gil-making.css | |
| parent | dd4c8c8b14a00c8deb36d298ed37394c5aab7b63 (diff) | |
ffxiv-gil-making: WIP Eureka
Diffstat (limited to 'src/styles/ffxiv-gil-making.css')
| -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 |
