diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-24 03:56:06 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-24 03:56:06 -0700 |
| commit | 18835326bd8db10850456a95a763b8adecc3c967 (patch) | |
| tree | 06a3b9edd479310c03505cf06846c4bb3c2a484c /src/styles | |
| parent | 667f31cf0a74bfbf10a6c2a9346ab193a00deef9 (diff) | |
ffxiv-gil-making: add dungeon section
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/ffxiv-gil-making.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/styles/ffxiv-gil-making.css b/src/styles/ffxiv-gil-making.css index e69de29..e736a85 100644 --- a/src/styles/ffxiv-gil-making.css +++ b/src/styles/ffxiv-gil-making.css @@ -0,0 +1,10 @@ +.eorzeadb_link { + color: goldenrod; + text-decoration: none; + position: relative; +} + +.eorzeadb_link:hover { + color: darkgoldenrod; +} + |
