diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2024-08-25 11:27:31 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-25 11:27:31 -0700 |
| commit | d34d0c77820ba40082fd6e8cd73477404eaf4715 (patch) | |
| tree | fbf83cfb5a00d7056d9fcdb43e30ba5a06db0f39 /src/styles/ffxiv-gil-making.css | |
| parent | 471bd1f064766c33ee62b4789ca097da4d57978f (diff) | |
| parent | 070a21e5a3d7b342c9a3cafe9cef2c5e34b31145 (diff) | |
Merge pull request #1 from pinapelz/ffxiv-gil-making
XIV Gil Post
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 |
