diff options
author | Ashelyn Dawn <git@tempest.dev> | 2023-01-19 18:47:38 -0700 |
---|---|---|
committer | Ashelyn Dawn <git@tempest.dev> | 2023-01-19 18:47:38 -0700 |
commit | 075ee078f9569f3ed7f3e58bc0cc2af158d0b83b (patch) | |
tree | 3796be824d87a1bf8adb3989ac4f6717a9777786 | |
parent | 7bb1f23be82ca40512fbc920245e23de7dedd9a2 (diff) |
Fix footnote styling
-rw-r--r-- | pay-transparency.html | 4 | ||||
-rw-r--r-- | resources/style.css | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/pay-transparency.html b/pay-transparency.html index fbb0395..f9ad9d8 100644 --- a/pay-transparency.html +++ b/pay-transparency.html @@ -18,7 +18,7 @@ <p> This page lists the title and pay rate of every job I have held since university graduation<sup><a id="1-ref" href="#1-foot">1</a></sup>, and is inspired by - <a href=https://rin.systems/pay-transparency/">Rin's pay transparency</a> + <a target="_blank" href="https://rin.systems/pay-transparency/">Rin's pay transparency</a> page. Her page is what inspired me to make this one, and I hope the idea continues to spread, as the more people know what common compensation is across the industry, the more we can all benefit. @@ -96,7 +96,7 @@ <ol id="footnotes"> <li id="1-foot"> - I unfortunately no longer have the accurate information for the job + I unfortunately no longer have any accurate information for the job I held during university. It spanned across six years, and my role changed several times - I do remember I started at $9 USD / hour and ended at $22.50 USD / hour. diff --git a/resources/style.css b/resources/style.css index 53c8d7b..fe5bb4c 100644 --- a/resources/style.css +++ b/resources/style.css @@ -105,6 +105,7 @@ sup a { top: -4px; color: #caa5ff; margin: 0 2px; + text-decoration: none; } span.asterisk { |